Home
last modified time | relevance | path

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

/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_out.h39 #define phpdbg_error(strfmt, ...) phpdbg_print(P_ERROR , PHPDBG_G(io)[PHPDBG_STDOUT].…
40 #define phpdbg_notice(strfmt, ...) phpdbg_print(P_NOTICE , PHPDBG_G(io)[PHPDBG_STDOUT].…
41 #define phpdbg_writeln(strfmt, ...) phpdbg_print(P_WRITELN, PHPDBG_G(io)[PHPDBG_STDOUT].…
42 #define phpdbg_write(strfmt, ...) phpdbg_print(P_WRITE , PHPDBG_G(io)[PHPDBG_STDOUT].…
44 #define phpdbg_log(fmt, ...) phpdbg_log_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, …
45 #define phpdbg_out(fmt, ...) phpdbg_out_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, …
47 #define phpdbg_script(type, strfmt, ...) phpdbg_print(type, PHPDBG_G(io)[PHPDBG_STDOUT].…
H A Dphpdbg_io.c115 && PHPDBG_G(io)[PHPDBG_STDOUT].fd == fd in phpdbg_mixed_write()
H A Dphpdbg.h194 #define PHPDBG_STDOUT 1 macro
H A Dphpdbg.c1404 PHPDBG_G(io)[PHPDBG_STDOUT].fd = fileno(stdout); in main()
1511 PHPDBG_G(io)[PHPDBG_STDOUT].fd = fileno(stdout); in main()

Completed in 11 milliseconds