Home
last modified time | relevance | path

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

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_out.h48 …mlfmt, strfmt, ...) phpdbg_print(P_ERROR , PHPDBG_G(io)[PHPDBG_STDOUT].fd, tag, xml…
49 …xmlfmt, strfmt, ...) phpdbg_print(P_NOTICE , PHPDBG_G(io)[PHPDBG_STDOUT].fd, tag, xml…
50 … xmlfmt, strfmt, ...) phpdbg_print(P_WRITELN, PHPDBG_G(io)[PHPDBG_STDOUT].fd, tag, xml…
51 …mlfmt, strfmt, ...) phpdbg_print(P_WRITE , PHPDBG_G(io)[PHPDBG_STDOUT].fd, tag, xml…
52 … fmt, ...) phpdbg_print(type , PHPDBG_G(io)[PHPDBG_STDOUT].fd, NULL, NUL…
53 #define phpdbg_log(fmt, ...) phpdbg_log_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, fmt, ##__VA_ARGS__)
54 #define phpdbg_xml(fmt, ...) phpdbg_xml_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, fmt, ##__VA_ARGS__)
55 #define phpdbg_out(fmt, ...) phpdbg_out_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, fmt, ##__VA_ARGS__)
H A Dphpdbg.c934 fflush(PHPDBG_G(io)[PHPDBG_STDOUT].ptr); in php_sapi_phpdbg_flush()
1631 PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout; in main()
1632 PHPDBG_G(io)[PHPDBG_STDOUT].fd = fileno(stdout); in main()
1777 PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout; in main()
1778 PHPDBG_G(io)[PHPDBG_STDOUT].fd = fileno(stdout); in main()
1788 PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout; in main()
1789 PHPDBG_G(io)[PHPDBG_STDOUT].fd = socket; in main()
1793 PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout; in main()
1794 PHPDBG_G(io)[PHPDBG_STDOUT].fd = fileno(stdout); in main()
H A Dphpdbg.h216 #define PHPDBG_STDOUT 1 macro
H A Dphpdbg_io.c228 && PHPDBG_G(io)[PHPDBG_STDOUT].fd == sock
H A Dphpdbg_cmd.c747 fflush(PHPDBG_G(io)[PHPDBG_STDOUT].ptr); in phpdbg_read_input()

Completed in 16 milliseconds