Home
last modified time | relevance | path

Searched refs:smart_str_append_printf (Results 1 – 4 of 4) sorted by relevance

/PHP-7.2/ext/reflection/
H A Dphp_reflection.c340 smart_str_append_printf(str, "> "); in _class_string()
374 smart_str_append_printf(str, " ] {\n"); in _class_string()
383 smart_str_append_printf(str, "\n"); in _class_string()
451 smart_str_append_printf(str, "\n"); in _class_string()
456 smart_str_append_printf(str, "\n"); in _class_string()
538 smart_str_append_printf(str, "\n"); in _class_string()
620 smart_str_append_printf(str, "%s ", in _parameter_string()
638 smart_str_append_printf(str, "$%s", in _parameter_string()
728 smart_str_append_printf(str, "\n"); in _function_closure_string()
842 smart_str_append_printf(str, "%s ", in _function_string()
[all …]
/PHP-7.2/Zend/
H A Dzend_smart_str.c121 ZEND_API void ZEND_FASTCALL smart_str_append_printf(smart_str *dest, const char *format, ...) { in smart_str_append_printf() function
H A Dzend_smart_str.h50 ZEND_API void ZEND_FASTCALL smart_str_append_printf(smart_str *dest, const char *format, ...)
H A Dzend_exceptions.c535 smart_str_append_printf(str, "%.*G", (int) EG(precision), Z_DVAL_P(arg)); in _build_trace_args()

Completed in 30 milliseconds