summaryrefslogtreecommitdiff
path: root/Zend/zend_globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_globals.h')
-rw-r--r--Zend/zend_globals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h
index e5148b7a8f..71161e6218 100644
--- a/Zend/zend_globals.h
+++ b/Zend/zend_globals.h
@@ -87,6 +87,7 @@ struct _zend_compiler_globals {
HashTable *function_table; /* function symbol table */
HashTable *class_table; /* class table */
+ HashTable *namespaces;
HashTable filenames_table;
@@ -119,8 +120,6 @@ struct _zend_compiler_globals {
char *namespace;
int namespace_len;
-
- HashTable *namespaces;
};
@@ -159,6 +158,7 @@ struct _zend_executor_globals {
HashTable *function_table; /* function symbol table */
HashTable *class_table; /* class table */
HashTable *zend_constants; /* constants table */
+ HashTable *namespaces;
long precision;