Searched refs:smart_str_append_printf (Results 1 – 4 of 4) sorted by relevance
/PHP-7.2/ext/reflection/ |
H A D | php_reflection.c | 340 smart_str_append_printf(str, "> "); in _class_string() 374 smart_str_append_printf(str, " ] {\n"); in _class_string() 383 smart_str_append_printf(str, "\n"); in _class_string() 451 smart_str_append_printf(str, "\n"); in _class_string() 456 smart_str_append_printf(str, "\n"); in _class_string() 538 smart_str_append_printf(str, "\n"); in _class_string() 620 smart_str_append_printf(str, "%s ", in _parameter_string() 638 smart_str_append_printf(str, "$%s", in _parameter_string() 728 smart_str_append_printf(str, "\n"); in _function_closure_string() 842 smart_str_append_printf(str, "%s ", in _function_string() [all …]
|
/PHP-7.2/Zend/ |
H A D | zend_smart_str.c | 121 ZEND_API void ZEND_FASTCALL smart_str_append_printf(smart_str *dest, const char *format, ...) { in smart_str_append_printf() function
|
H A D | zend_smart_str.h | 50 ZEND_API void ZEND_FASTCALL smart_str_append_printf(smart_str *dest, const char *format, ...)
|
H A D | zend_exceptions.c | 535 smart_str_append_printf(str, "%.*G", (int) EG(precision), Z_DVAL_P(arg)); in _build_trace_args()
|
Completed in 34 milliseconds