summaryrefslogtreecommitdiff
path: root/Zend/zend.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2001-12-11 18:46:43 +0000
committerAndi Gutmans <andi@php.net>2001-12-11 18:46:43 +0000
commit4cb97fa3b9869883a645e6ef807965c570570afa (patch)
treef34be749858934f6b8fc2cbe05882b801b853e56 /Zend/zend.h
parent1dcef1e4ea8dd4678ae0558119642fdd9cb95606 (diff)
downloadphp-git-4cb97fa3b9869883a645e6ef807965c570570afa.tar.gz
- Rename zend_class_entry.constants -> zend_class_entry.constants_table
Diffstat (limited to 'Zend/zend.h')
-rw-r--r--Zend/zend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend.h b/Zend/zend.h
index 37783dc26e..b40eb67faf 100644
--- a/Zend/zend.h
+++ b/Zend/zend.h
@@ -298,7 +298,7 @@ struct _zend_class_entry {
HashTable default_properties;
HashTable class_table;
HashTable static_members;
- HashTable constants;
+ HashTable constants_table;
zend_function_entry *builtin_functions;
union _zend_function *constructor;