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