diff options
Diffstat (limited to 'Zend/zend_compile.h')
-rw-r--r-- | Zend/zend_compile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index 1ed2b1b644..16fc9d8e37 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -539,7 +539,7 @@ int zendlex(znode *zendlval CLS_DC); #define ZEND_DECLARE_INHERITED_CLASS 3 #define ZEND_FETCH_STANDARD 0 -#define ZEND_FETCH_NO_AI_COUNT 1 +#define ZEND_FETCH_ADD_LOCK 1 #define ZEND_MEMBER_FUNC_CALL 1<<0 #define ZEND_CTOR_CALL 1<<1 |