Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dstreamsfuncs.c586 zend_string *stream_protocol; in PHP_FUNCTION() local
594 ZEND_HASH_FOREACH_STR_KEY(url_stream_wrappers_hash, stream_protocol) { in PHP_FUNCTION()
595 if (stream_protocol) { in PHP_FUNCTION()
596 add_next_index_str(return_value, zend_string_copy(stream_protocol)); in PHP_FUNCTION()

Completed in 7 milliseconds