Searched refs:stream_protocol (Results 1 – 2 of 2) sorted by relevance
/PHP-5.3/ext/standard/ |
H A D | info.c | 765 char *stream_protocol, *stream_protocols_buf = NULL; in php_print_info() local 772 …zend_hash_get_current_key_ex(url_stream_wrappers_hash, &stream_protocol, (uint *)&stream_protocol_… in php_print_info() 775 … memcpy(stream_protocols_buf + stream_protocols_buf_len, stream_protocol, stream_protocol_len - 1); in php_print_info()
|
H A D | streamsfuncs.c | 584 char *stream_protocol; in PHP_FUNCTION() local 596 …(key_flags = zend_hash_get_current_key_ex(url_stream_wrappers_hash, &stream_protocol, &stream_prot… in PHP_FUNCTION() 599 add_next_index_stringl(return_value, stream_protocol, stream_protocol_len - 1, 1); in PHP_FUNCTION()
|
Completed in 17 milliseconds