Home
last modified time | relevance | path

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

/PHP-7.4/ext/reflection/
H A Dphp_reflection.c322 smart_str_append_printf(str, "> "); in _class_string()
357 smart_str_append_printf(str, " ] {\n"); in _class_string()
366 smart_str_append_printf(str, "\n"); in _class_string()
435 smart_str_append_printf(str, "\n"); in _class_string()
440 smart_str_append_printf(str, "\n"); in _class_string()
511 smart_str_append_printf(str, "\n"); in _class_string()
601 smart_str_append_printf(str, "%s ", in _parameter_string()
619 smart_str_append_printf(str, "$%s", in _parameter_string()
710 smart_str_append_printf(str, "\n"); in _function_closure_string()
821 smart_str_append_printf(str, "%s ", in _function_string()
[all …]
/PHP-7.4/Zend/
H A Dzend_smart_str.c117 ZEND_API void smart_str_append_printf(smart_str *dest, const char *format, ...) { in smart_str_append_printf() function
H A Dzend_smart_str.h54 ZEND_API void smart_str_append_printf(smart_str *dest, const char *format, ...)
H A Dzend_exceptions.c544 smart_str_append_printf(str, "%.*G", (int) EG(precision), Z_DVAL_P(arg)); in _build_trace_args()

Completed in 24 milliseconds