Searched refs:count_static_props (Results 1 – 1 of 1) sorted by relevance
316 int count, count_static_props = 0, count_static_funcs = 0, count_shadow_props = 0; in _class_string() local409 count_static_props++; in _class_string()415 smart_str_append_printf(str, "\n%s - Static properties [%d] {\n", indent, count_static_props); in _class_string()416 if (count_static_props > 0) { in _class_string()461 count = zend_hash_num_elements(&ce->properties_info) - count_static_props - count_shadow_props; in _class_string()
Completed in 33 milliseconds