_property_string  288 ext/reflection/php_reflection.c static void _property_string(string *str, zend_property_info *prop, char *prop_name, char* indent TSRMLS_DC);
_property_string  407 ext/reflection/php_reflection.c 					_property_string(str, prop, NULL, sub_indent.string TSRMLS_CC);
_property_string  467 ext/reflection/php_reflection.c 					_property_string(str, prop, NULL, sub_indent.string TSRMLS_CC);
_property_string  495 ext/reflection/php_reflection.c 						_property_string(&dyn, NULL, prop_name, sub_indent.string TSRMLS_CC);	
_property_string 3872 ext/reflection/php_reflection.c 	_property_string(&str, &ref->prop, NULL, "" TSRMLS_CC);