Home
last modified time | relevance | path

Searched refs:prop_table (Results 1 – 1 of 1) sorted by relevance

/PHP-5.3/ext/reflection/
H A Dphp_reflection.c4611 HashTable *prop_table; in ZEND_METHOD() local
4631 prop_table = CE_STATIC_MEMBERS(intern->ce); in ZEND_METHOD()
4633 …if (zend_hash_quick_find(prop_table, ref->prop.name, ref->prop.name_length + 1, ref->prop.h, (void… in ZEND_METHOD()
4657 …zend_hash_quick_update(prop_table, ref->prop.name, ref->prop.name_length+1, ref->prop.h, &value, s… in ZEND_METHOD()

Completed in 27 milliseconds