diff options
author | Andi Gutmans <andi@php.net> | 2001-12-11 18:46:43 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2001-12-11 18:46:43 +0000 |
commit | 4cb97fa3b9869883a645e6ef807965c570570afa (patch) | |
tree | f34be749858934f6b8fc2cbe05882b801b853e56 /Zend/zend.h | |
parent | 1dcef1e4ea8dd4678ae0558119642fdd9cb95606 (diff) | |
download | php-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.h | 2 |
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; |