summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2005-06-24 08:45:17 +0000
committerDmitry Stogov <dmitry@php.net>2005-06-24 08:45:17 +0000
commit12b66c262a46d0695d65ad5aa64d7ecb0aca0086 (patch)
treeaa72f8512d20224dec268dbdbfe0819d323044b9 /Zend/zend_compile.h
parentcc22d6690f94652c696596306f29ebd0088ce42e (diff)
downloadphp-git-12b66c262a46d0695d65ad5aa64d7ecb0aca0086.tar.gz
Fixed bug #30519 (Interface not existing says Class not found)
Diffstat (limited to 'Zend/zend_compile.h')
-rw-r--r--Zend/zend_compile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h
index 06f54ab218..b736eda958 100644
--- a/Zend/zend_compile.h
+++ b/Zend/zend_compile.h
@@ -581,6 +581,7 @@ int zendlex(znode *zendlval TSRMLS_DC);
#define ZEND_FETCH_CLASS_MAIN 3
#define ZEND_FETCH_CLASS_GLOBAL 4
#define ZEND_FETCH_CLASS_AUTO 5
+#define ZEND_FETCH_CLASS_INTERFACE 6
/* variable parsing type (compile-time) */