Home
last modified time | relevance | path

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

/PHP-8.2/ext/reflection/
H A Dphp_reflection.c339 smart_str_append_printf(str, "> "); in _class_string()
346 smart_str_append_printf(str, "trait "); in _class_string()
352 smart_str_append_printf(str, "final "); in _class_string()
357 smart_str_append_printf(str, "class "); in _class_string()
377 smart_str_append_printf(str, " ] {\n"); in _class_string()
386 smart_str_append_printf(str, "\n"); in _class_string()
455 smart_str_append_printf(str, "\n"); in _class_string()
460 smart_str_append_printf(str, "\n"); in _class_string()
531 smart_str_append_printf(str, "\n"); in _class_string()
762 smart_str_append_printf(str, "\n"); in _function_closure_string()
[all …]
/PHP-8.2/Zend/
H A Dzend_smart_str.c126 ZEND_API void smart_str_append_printf(smart_str *dest, const char *format, ...) { in smart_str_append_printf() function
H A Dzend_smart_str.h33 ZEND_API void smart_str_append_printf(smart_str *dest, const char *format, ...)

Completed in 50 milliseconds