Home
last modified time | relevance | path

Searched refs:phpdbg_process_print (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_out.c43 int phpdbg_process_print(int fd, int type, const char *msg, int msglen) { in phpdbg_process_print() function
149 len = phpdbg_process_print(fd, type, msg, msglen); in phpdbg_vprint()
H A Dphpdbg_out.h62 int phpdbg_process_print(int fd, int type, const char *msg, int msglen);
H A Dphpdbg.c848 return phpdbg_process_print(PHPDBG_G(io)[PHPDBG_STDOUT].fd, P_STDOUT, message, (int) length); in php_sapi_phpdbg_ub_write()

Completed in 13 milliseconds