Searched refs:phpdbg_vprint (Results 1 – 1 of 1) sorted by relevance
123 PHPDBG_API int phpdbg_vprint(int type, int fd, const char *strfmt, va_list args) { in phpdbg_vprint() function185 len = phpdbg_vprint(PHPDBG_G(err_buf).type, PHPDBG_G(err_buf).fd, strfmt, args); in phpdbg_output_err_buf()203 len = phpdbg_vprint(type, fd, strfmt, args); in phpdbg_print()
Completed in 7 milliseconds