Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_out.h43 …mlfmt, strfmt, ...) phpdbg_print(P_ERROR , PHPDBG_G(io)[PHPDBG_STDOUT].fd, tag, xml…
44 …xmlfmt, strfmt, ...) phpdbg_print(P_NOTICE , PHPDBG_G(io)[PHPDBG_STDOUT].fd, tag, xml…
45 … xmlfmt, strfmt, ...) phpdbg_print(P_WRITELN, PHPDBG_G(io)[PHPDBG_STDOUT].fd, tag, xml…
46 …mlfmt, strfmt, ...) phpdbg_print(P_WRITE , PHPDBG_G(io)[PHPDBG_STDOUT].fd, tag, xml…
47 … fmt, ...) phpdbg_print(type , PHPDBG_G(io)[PHPDBG_STDOUT].fd, NULL, NUL…
48 #define phpdbg_log(fmt, ...) phpdbg_log_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, fmt, ##__VA_ARGS__)
49 #define phpdbg_xml(fmt, ...) phpdbg_xml_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, fmt, ##__VA_ARGS__)
50 #define phpdbg_out(fmt, ...) phpdbg_out_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, fmt, ##__VA_ARGS__)
H A Dphpdbg.c959 fflush(PHPDBG_G(io)[PHPDBG_STDOUT].ptr); in php_sapi_phpdbg_flush()
1663 PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout; in main()
1664 PHPDBG_G(io)[PHPDBG_STDOUT].fd = fileno(stdout); in main()
1819 PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout; in main()
1820 PHPDBG_G(io)[PHPDBG_STDOUT].fd = fileno(stdout); in main()
1830 PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout; in main()
1831 PHPDBG_G(io)[PHPDBG_STDOUT].fd = socket; in main()
1835 PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout; in main()
1836 PHPDBG_G(io)[PHPDBG_STDOUT].fd = fileno(stdout); in main()
H A Dphpdbg.h213 #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 19 milliseconds