Searched refs:format_converter (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/main/ |
H A D | snprintf.c | 579 static int format_converter(register buffy * odp, const char *fmt, va_list ap) /* {{{ */ in format_converter() function 1214 cc = format_converter(&od, format, ap); in strx_printv()
|
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_out.c | 125 static int format_converter(register buffy *odp, const char *fmt, zend_bool escape_xml, va_list ap)… in format_converter() function 826 cc = format_converter(&od, format, escape_xml, ap); in strx_printv()
|
Completed in 13 milliseconds