Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dstreamsfuncs.c608 zend_string *stream_protocol; in PHP_FUNCTION() local
614 ZEND_HASH_MAP_FOREACH_STR_KEY(url_stream_wrappers_hash, stream_protocol) { in PHP_FUNCTION()
615 if (stream_protocol) { in PHP_FUNCTION()
616 add_next_index_str(return_value, zend_string_copy(stream_protocol)); in PHP_FUNCTION()

Completed in 6 milliseconds