Home
last modified time | relevance | path

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

/PHP-5.5/ext/reflection/
H A Dphp_reflection.c569 uint prop_name_size; in _class_string() local
572 …if (zend_hash_get_current_key_ex(properties, &prop_name, &prop_name_size, &index, 1, &pos) == HASH… in _class_string()
573 if (prop_name_size && prop_name[0]) { /* skip all private and protected properties */ in _class_string()
574 …quick_exists(&ce->properties_info, prop_name, prop_name_size, zend_get_hash_value(prop_name, prop_… in _class_string()

Completed in 32 milliseconds