Home
last modified time | relevance | path

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

/PHP-5.5/ext/reflection/
H A Dphp_reflection.c359 int count, count_static_props = 0, count_static_funcs = 0, count_shadow_props = 0; in _class_string() local
467 count_static_props++; in _class_string()
474 string_printf(str, "\n%s - Static properties [%d] {\n", indent, count_static_props); in _class_string()
475 if (count_static_props > 0) { in _class_string()
537 count = zend_hash_num_elements(&ce->properties_info) - count_static_props - count_shadow_props; in _class_string()

Completed in 20 milliseconds