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.c333 smart_str_append_printf(str, "> "); in _class_string()
340 smart_str_append_printf(str, "trait "); in _class_string()
346 smart_str_append_printf(str, "final "); in _class_string()
351 smart_str_append_printf(str, "class "); in _class_string()
371 smart_str_append_printf(str, " ] {\n"); in _class_string()
380 smart_str_append_printf(str, "\n"); in _class_string()
449 smart_str_append_printf(str, "\n"); in _class_string()
454 smart_str_append_printf(str, "\n"); in _class_string()
525 smart_str_append_printf(str, "\n"); in _class_string()
756 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 31 milliseconds