- typo
authorMichael Wallner <mike@php.net>
Wed, 7 Sep 2005 15:59:16 +0000 (15:59 +0000)
committerMichael Wallner <mike@php.net>
Wed, 7 Sep 2005 15:59:16 +0000 (15:59 +0000)
php_http_std_defs.h

index abe8777a47a3a573e41ebb91c7974fcdc4a665c7..4aa0aa43d213330011df953090c0c7e0ca7225b2 100644 (file)
@@ -273,7 +273,7 @@ typedef int STATUS;
 #endif
 #define HE_THROW       E_THROW
 #ifdef ZEND_ENGINE_2
 #endif
 #define HE_THROW       E_THROW
 #ifdef ZEND_ENGINE_2
-#      define HE_THROE         E_THROW
+#      define HE_THROW         E_THROW
 #      define HE_NOTICE        (HTTP_G(only_exceptions) ? E_THROW : E_NOTICE)
 #      define HE_WARNING       (HTTP_G(only_exceptions) ? E_THROW : E_WARNING)
 #      define HE_ERROR         (HTTP_G(only_exceptions) ? E_THROW : E_ERROR)
 #      define HE_NOTICE        (HTTP_G(only_exceptions) ? E_THROW : E_NOTICE)
 #      define HE_WARNING       (HTTP_G(only_exceptions) ? E_THROW : E_WARNING)
 #      define HE_ERROR         (HTTP_G(only_exceptions) ? E_THROW : E_ERROR)