sub_indent        379 ext/reflection/php_reflection.c 	string sub_indent;
sub_indent        381 ext/reflection/php_reflection.c 	string_init(&sub_indent);
sub_indent        382 ext/reflection/php_reflection.c 	string_printf(&sub_indent, "%s    ", indent);
sub_indent        502 ext/reflection/php_reflection.c 					_property_string(str, prop, NULL, sub_indent.string TSRMLS_CC);
sub_indent        544 ext/reflection/php_reflection.c 					_function_string(str, mptr, ce, sub_indent.string TSRMLS_CC);
sub_indent        566 ext/reflection/php_reflection.c 					_property_string(str, prop, NULL, sub_indent.string TSRMLS_CC);
sub_indent        595 ext/reflection/php_reflection.c 							_property_string(&dyn, NULL, prop_name, sub_indent.string TSRMLS_CC);
sub_indent        648 ext/reflection/php_reflection.c 						_function_string(&dyn, mptr, ce, sub_indent.string TSRMLS_CC);
sub_indent        668 ext/reflection/php_reflection.c 	string_free(&sub_indent);
sub_indent       1168 ext/reflection/php_reflection.c 		string sub_indent;
sub_indent       1171 ext/reflection/php_reflection.c 		string_init(&sub_indent);
sub_indent       1172 ext/reflection/php_reflection.c 		string_printf(&sub_indent, "%s    ", indent);
sub_indent       1174 ext/reflection/php_reflection.c 		zend_hash_apply_with_arguments(EG(class_table) TSRMLS_CC, (apply_func_args_t) _extension_class_string, 4, &str_classes, sub_indent.string, module, &num_classes);
sub_indent       1181 ext/reflection/php_reflection.c 		string_free(&sub_indent);