Searched refs:phpdbg_script (Results 1 – 2 of 2) sorted by relevance
/PHP-8.1/sapi/phpdbg/ |
H A D | phpdbg_out.h | 47 #define phpdbg_script(type, strfmt, ...) phpdbg_print(type, PHPDBG_G(io)[PHPDBG_STDOUT].… macro
|
H A D | phpdbg.c | 846 return phpdbg_script(P_STDOUT, "%.*s", (int) length, message); in php_sapi_phpdbg_ub_write() 866 phpdbg_script(P_STDOUT, "%.*s", (int) count, buf); in phpdbg_stdiop_write() 870 phpdbg_script(P_STDERR, "%.*s", (int) count, buf); in phpdbg_stdiop_write()
|
Completed in 13 milliseconds