Home
last modified time | relevance | path

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

/PHP-5.3/ext/reflection/
H A Dphp_reflection.c344 int count, count_static_props = 0, count_static_funcs = 0, count_shadow_props = 0; in _class_string() local
442 count_shadow_props++; in _class_string()
514 count = zend_hash_num_elements(&ce->properties_info) - count_static_props - count_shadow_props; in _class_string()

Completed in 28 milliseconds