Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_out.c1007 char *stream_buf; in phpdbg_process_print() local
1008 …int stream_buflen = phpdbg_asprintf(&stream_buf, "<stream type=\"%s\">", type == P_STDERR ? "stder… in phpdbg_process_print()
1009 phpdbg_mixed_write(fd, stream_buf, stream_buflen); in phpdbg_process_print()
1010 efree(stream_buf); in phpdbg_process_print()

Completed in 9 milliseconds