Home
last modified time | relevance | path

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

/PHP-7.3/ext/reflection/
H A Dphp_reflection.c302 smart_str_append_printf(str, "> "); in _class_string()
336 smart_str_append_printf(str, " ] {\n"); in _class_string()
345 smart_str_append_printf(str, "\n"); in _class_string()
413 smart_str_append_printf(str, "\n"); in _class_string()
418 smart_str_append_printf(str, "\n"); in _class_string()
499 smart_str_append_printf(str, "\n"); in _class_string()
586 smart_str_append_printf(str, "%s ", in _parameter_string()
604 smart_str_append_printf(str, "$%s", in _parameter_string()
695 smart_str_append_printf(str, "\n"); in _function_closure_string()
806 smart_str_append_printf(str, "%s ", in _function_string()
[all …]
/PHP-7.3/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.c540 smart_str_append_printf(str, "%.*G", (int) EG(precision), Z_DVAL_P(arg)); in _build_trace_args()

Completed in 32 milliseconds