summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_compile.h')
-rw-r--r--Zend/zend_compile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h
index 330bad464c..4dc3a17261 100644
--- a/Zend/zend_compile.h
+++ b/Zend/zend_compile.h
@@ -103,6 +103,7 @@ struct _zend_op_array {
zend_bool return_reference;
zend_bool done_pass_two;
+ zend_bool uses_this;
char *filename;
@@ -589,7 +590,6 @@ int zendlex(znode *zendlval TSRMLS_DC);
#define ZEND_FETCH_STATIC 2
#define ZEND_FETCH_STATIC_MEMBER 3
#define ZEND_FETCH_FROM_THIS 4
-#define ZEND_FETCH_THIS 5
/* class fetches */
#define ZEND_FETCH_CLASS_DEFAULT 0