On 2004/07/08, at 1:04, Kamesh Jayachandran wrote:
My question is very simple. Please answer the following question. 1)Zend has global_class_table of type HashTable with a key as the class name ('char*') and value of type 'zend_class_entry**'. True or False?
Keys are just strings and associated values are of zend_class_entry *.
ZendEngine's HashTable may seem a quirk. It passes a pointer to the given value, not the holding value itself (of type zend_class_entry *, in this case). Is there something wrong with this?
Moriyoshi
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php