Home
last modified time | relevance | path

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

/PHP-8.3/ext/reflection/
H A Dphp_reflection.c332 smart_str_append_printf(str, "> "); in _class_string()
339 smart_str_append_printf(str, "trait "); in _class_string()
345 smart_str_append_printf(str, "final "); in _class_string()
350 smart_str_append_printf(str, "class "); in _class_string()
370 smart_str_append_printf(str, " ] {\n"); in _class_string()
379 smart_str_append_printf(str, "\n"); in _class_string()
448 smart_str_append_printf(str, "\n"); in _class_string()
453 smart_str_append_printf(str, "\n"); in _class_string()
524 smart_str_append_printf(str, "\n"); in _class_string()
760 smart_str_append_printf(str, "\n"); in _function_closure_string()
[all …]
/PHP-8.3/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 25 milliseconds