Home
last modified time | relevance | path

Searched refs:phpdbg_print (Results 1 – 4 of 4) sorted by relevance

/PHP-8.4/sapi/phpdbg/
H A Dphpdbg_out.h39 PHPDBG_API int phpdbg_print(int severity, int fd, const char *strfmt, ...) PHP_ATTRIBUTE_FORMAT(pri…
43 #define phpdbg_error(strfmt, ...) phpdbg_print(P_ERROR , PHPDBG_G(io)[PHPDBG_STDOUT].…
44 #define phpdbg_notice(strfmt, ...) phpdbg_print(P_NOTICE , PHPDBG_G(io)[PHPDBG_STDOUT].…
45 #define phpdbg_writeln(strfmt, ...) phpdbg_print(P_WRITELN, PHPDBG_G(io)[PHPDBG_STDOUT].…
46 #define phpdbg_write(strfmt, ...) phpdbg_print(P_WRITE , PHPDBG_G(io)[PHPDBG_STDOUT].…
51 #define phpdbg_script(type, strfmt, ...) phpdbg_print(type, PHPDBG_G(io)[PHPDBG_STDOUT].…
H A Dconfig.w327 'phpdbg_print.c phpdbg_bp.c phpdbg_list.c phpdbg_utils.c ' +
H A Dconfig.m483 phpdbg_print.c
H A Dphpdbg_out.c194 PHPDBG_API int phpdbg_print(int type, int fd, const char *strfmt, ...) { in phpdbg_print() function

Completed in 9 milliseconds