param_indent      784 ext/reflection/php_reflection.c 	string param_indent;
param_indent      875 ext/reflection/php_reflection.c 	string_init(&param_indent);
param_indent      876 ext/reflection/php_reflection.c 	string_printf(&param_indent, "%s  ", indent);
param_indent      878 ext/reflection/php_reflection.c 		_function_closure_string(str, fptr, ZSTR_VAL(param_indent.buf));
param_indent      880 ext/reflection/php_reflection.c 	_function_parameter_string(str, fptr, ZSTR_VAL(param_indent.buf));
param_indent      881 ext/reflection/php_reflection.c 	string_free(&param_indent);