summaryrefslogtreecommitdiff
path: root/Zend/zend_globals.h
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2013-07-23 20:21:48 +0200
committerIgor Wiedler <igor@wiedler.ch>2013-08-22 15:51:26 +0200
commit4adf49eeaffc23cc6f4be53c2d89c720bd96d0c3 (patch)
tree57373a102eb74080663a346dc985fa7b00acf267 /Zend/zend_globals.h
parente1125a6a894a8b005aaea6b8ce2e0ea6bf39e483 (diff)
downloadphp-git-4adf49eeaffc23cc6f4be53c2d89c720bd96d0c3.tar.gz
Import namespaced constants via new 'use const' sequence
Diffstat (limited to 'Zend/zend_globals.h')
-rw-r--r--Zend/zend_globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h
index 2a1194affc..ddb5fc5df7 100644
--- a/Zend/zend_globals.h
+++ b/Zend/zend_globals.h
@@ -132,6 +132,7 @@ struct _zend_compiler_globals {
zval *current_namespace;
HashTable *current_import;
HashTable *current_import_function;
+ HashTable *current_import_const;
zend_bool in_namespace;
zend_bool has_bracketed_namespaces;