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 484 ext/reflection/php_reflection.c _property_string(str, prop, NULL, ZSTR_VAL(sub_indent.buf)); sub_indent 515 ext/reflection/php_reflection.c _function_string(str, mptr, ce, ZSTR_VAL(sub_indent.buf)); sub_indent 531 ext/reflection/php_reflection.c _property_string(str, prop, NULL, ZSTR_VAL(sub_indent.buf)); sub_indent 550 ext/reflection/php_reflection.c _property_string(&dyn, NULL, ZSTR_VAL(prop_name), ZSTR_VAL(sub_indent.buf)); sub_indent 595 ext/reflection/php_reflection.c _function_string(&dyn, mptr, ce, ZSTR_VAL(sub_indent.buf)); sub_indent 613 ext/reflection/php_reflection.c string_free(&sub_indent); sub_indent 1114 ext/reflection/php_reflection.c string sub_indent; sub_indent 1117 ext/reflection/php_reflection.c string_init(&sub_indent); sub_indent 1118 ext/reflection/php_reflection.c string_printf(&sub_indent, "%s ", indent); sub_indent 1120 ext/reflection/php_reflection.c zend_hash_apply_with_arguments(EG(class_table), (apply_func_args_t) _extension_class_string, 4, &str_classes, ZSTR_VAL(sub_indent.buf), module, &num_classes); sub_indent 1127 ext/reflection/php_reflection.c string_free(&sub_indent);