diff options
author | Marcus Boerger <helly@php.net> | 2005-09-23 22:55:10 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2005-09-23 22:55:10 +0000 |
commit | 23d0387eaee2538c5cfc5e734d9a75c6d22463fc (patch) | |
tree | fe80b3b83db824541b34da11d25f2eb058fb69bd | |
parent | 4a430a093af2bb29c80c8ac206cb16b026862d5f (diff) | |
download | php-git-23d0387eaee2538c5cfc5e734d9a75c6d22463fc.tar.gz |
- WS
-rw-r--r-- | Zend/zend_compile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index ba7f18627a..6fd22cbd6a 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -720,8 +720,8 @@ END_EXTERN_C() #define ZEND_DESTRUCTOR_FUNC_NAME "__destruct" #define ZEND_GET_FUNC_NAME "__get" #define ZEND_SET_FUNC_NAME "__set" -#define ZEND_UNSET_FUNC_NAME "__unset" -#define ZEND_ISSET_FUNC_NAME "__isset" +#define ZEND_UNSET_FUNC_NAME "__unset" +#define ZEND_ISSET_FUNC_NAME "__isset" #define ZEND_CALL_FUNC_NAME "__call" #define ZEND_AUTOLOAD_FUNC_NAME "__autoload" |