Searched refs:count_static_props (Results 1 – 1 of 1) sorted by relevance
322 int count, count_static_props = 0, count_static_funcs = 0, count_shadow_props = 0; in _class_string() local420 count_static_props++; in _class_string()426 smart_str_append_printf(str, "\n%s - Static properties [%d] {\n", indent, count_static_props); in _class_string()427 if (count_static_props > 0) { in _class_string()472 count = zend_hash_num_elements(&ce->properties_info) - count_static_props - count_shadow_props; in _class_string()
Completed in 30 milliseconds