Searched refs:phpdbg_xml_internal (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/sapi/phpdbg/ |
H A D | phpdbg_out.h | 38 PHPDBG_API int phpdbg_xml_internal(int fd, const char *fmt, ...) PHP_ATTRIBUTE_FORMAT(printf, 2, 3); 49 #define phpdbg_xml(fmt, ...) phpdbg_xml_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, fmt, ##__VA_ARGS__) 58 #define phpdbg_xml_ex(out, fmt, ...) phpdbg_xml_internal(out, fmt, ##__VA_ARGS__)
|
H A D | phpdbg_out.c | 1203 PHPDBG_API int phpdbg_xml_internal(int fd, const char *fmt, ...) { in phpdbg_xml_internal() function
|
Completed in 7 milliseconds