Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dinfo.c765 char *stream_protocol, *stream_protocols_buf = NULL; in php_print_info() local
774stream_protocols_buf = erealloc(stream_protocols_buf, stream_protocols_buf_len + stream_protocol_l… in php_print_info()
775 … memcpy(stream_protocols_buf + stream_protocols_buf_len, stream_protocol, stream_protocol_len - 1); in php_print_info()
776 stream_protocols_buf[stream_protocols_buf_len + stream_protocol_len - 1] = ','; in php_print_info()
777 stream_protocols_buf[stream_protocols_buf_len + stream_protocol_len] = ' '; in php_print_info()
780 if (stream_protocols_buf) { in php_print_info()
781 stream_protocols_buf[stream_protocols_buf_len - 2] = ' '; in php_print_info()
782 stream_protocols_buf[stream_protocols_buf_len] = 0; in php_print_info()
783 php_info_print_table_row(2, "Registered PHP Streams", stream_protocols_buf); in php_print_info()
784 efree(stream_protocols_buf); in php_print_info()

Completed in 8 milliseconds