diff options
Diffstat (limited to 'Zend/zend_compile.h')
-rw-r--r-- | Zend/zend_compile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index a8dba653c5..cba5488a08 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -554,6 +554,7 @@ int zendlex(znode *zendlval TSRMLS_DC); /* class fetches */ #define ZEND_FETCH_CLASS_DEFAULT 0 #define ZEND_FETCH_CLASS_SELF 1 +#define ZEND_FETCH_CLASS_MAIN 2 /* unset types */ #define ZEND_UNSET_REG 0 |