Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_out.h50 …mlfmt, strfmt, ...) phpdbg_print(P_ERROR , PHPDBG_G(io)[PHPDBG_STDOUT].fd, tag, xml…
51 …xmlfmt, strfmt, ...) phpdbg_print(P_NOTICE , PHPDBG_G(io)[PHPDBG_STDOUT].fd, tag, xml…
52 … xmlfmt, strfmt, ...) phpdbg_print(P_WRITELN, PHPDBG_G(io)[PHPDBG_STDOUT].fd, tag, xml…
53 …mlfmt, strfmt, ...) phpdbg_print(P_WRITE , PHPDBG_G(io)[PHPDBG_STDOUT].fd, tag, xml…
54 … fmt, ...) phpdbg_print(type , PHPDBG_G(io)[PHPDBG_STDOUT].fd, NULL, NUL…
55 #define phpdbg_log(fmt, ...) phpdbg_log_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, fmt, ##__VA_ARGS__)
56 #define phpdbg_xml(fmt, ...) phpdbg_xml_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, fmt, ##__VA_ARGS__)
57 #define phpdbg_out(fmt, ...) phpdbg_out_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, fmt, ##__VA_ARGS__)
H A Dphpdbg.c985 fflush(PHPDBG_G(io)[PHPDBG_STDOUT].ptr); in php_sapi_phpdbg_flush()
1694 PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout; in main()
1695 PHPDBG_G(io)[PHPDBG_STDOUT].fd = fileno(stdout); in main()
1837 PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout; in main()
1838 PHPDBG_G(io)[PHPDBG_STDOUT].fd = fileno(stdout); in main()
1848 PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout; in main()
1849 PHPDBG_G(io)[PHPDBG_STDOUT].fd = socket; in main()
1853 PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout; in main()
1854 PHPDBG_G(io)[PHPDBG_STDOUT].fd = fileno(stdout); in main()
H A Dphpdbg.h218 #define PHPDBG_STDOUT 1 macro
H A Dphpdbg_io.c230 && PHPDBG_G(io)[PHPDBG_STDOUT].fd == sock
H A Dphpdbg_cmd.c750 fflush(PHPDBG_G(io)[PHPDBG_STDOUT].ptr); in phpdbg_read_input()

Completed in 17 milliseconds