Home
last modified time | relevance | path

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

/PHP-7.4/ext/reflection/
H A Dphp_reflection.c298 int count, count_static_props = 0, count_static_funcs = 0, count_shadow_props = 0; in _class_string() local
391 count_shadow_props++; in _class_string()
445 count = zend_hash_num_elements(&ce->properties_info) - count_static_props - count_shadow_props; in _class_string()

Completed in 22 milliseconds