summaryrefslogtreecommitdiff
path: root/Zend/zend_globals.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2008-11-25 09:56:32 +0000
committerDmitry Stogov <dmitry@php.net>2008-11-25 09:56:32 +0000
commitea45b713c8ed4110e26588fab00730a677106231 (patch)
treee3d5f0254b879300c304f2bb3b500c0598e09378 /Zend/zend_globals.h
parentcc2c72091233930ad17d14c8388b4cd272fef112 (diff)
downloadphp-git-ea45b713c8ed4110e26588fab00730a677106231.tar.gz
Added support for namespaces with brackets. (Greg)
Diffstat (limited to 'Zend/zend_globals.h')
-rw-r--r--Zend/zend_globals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h
index 88fe44e083..d30dd89b11 100644
--- a/Zend/zend_globals.h
+++ b/Zend/zend_globals.h
@@ -134,6 +134,8 @@ struct _zend_compiler_globals {
zval *current_namespace;
HashTable *current_import;
+ zend_bool in_namespace;
+ zend_bool has_bracketed_namespaces;
HashTable *labels;
zend_stack labels_stack;