stream_buf 1028 sapi/phpdbg/phpdbg_out.c char *stream_buf; stream_buf 1029 sapi/phpdbg/phpdbg_out.c int stream_buflen = phpdbg_asprintf(&stream_buf, "<stream type=\"%s\">", type == P_STDERR ? "stderr" : "stdout"); stream_buf 1030 sapi/phpdbg/phpdbg_out.c phpdbg_mixed_write(fd, stream_buf, stream_buflen); stream_buf 1031 sapi/phpdbg/phpdbg_out.c efree(stream_buf);