Searched refs:PHPDBG_STDOUT (Results 1 – 4 of 4) sorted by relevance
/php-src/sapi/phpdbg/ |
H A D | phpdbg_out.h | 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].… 48 #define phpdbg_log(fmt, ...) phpdbg_log_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, … 49 #define phpdbg_out(fmt, ...) phpdbg_out_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, … 51 #define phpdbg_script(type, strfmt, ...) phpdbg_print(type, PHPDBG_G(io)[PHPDBG_STDOUT].…
|
H A D | phpdbg_io.c | 115 && PHPDBG_G(io)[PHPDBG_STDOUT].fd == fd in phpdbg_mixed_write()
|
H A D | phpdbg.h | 190 #define PHPDBG_STDOUT 1 macro
|
H A D | phpdbg.c | 849 return phpdbg_process_print(PHPDBG_G(io)[PHPDBG_STDOUT].fd, P_STDOUT, message, (int) length); in php_sapi_phpdbg_ub_write() 1369 PHPDBG_G(io)[PHPDBG_STDOUT].fd = fileno(stdout); in main() 1475 PHPDBG_G(io)[PHPDBG_STDOUT].fd = fileno(stdout); in main()
|
Completed in 10 milliseconds