Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dstreamsfuncs.c607 zend_string *stream_protocol; in PHP_FUNCTION() local
613 ZEND_HASH_MAP_FOREACH_STR_KEY(url_stream_wrappers_hash, stream_protocol) { in PHP_FUNCTION()
614 if (stream_protocol) { in PHP_FUNCTION()
615 add_next_index_str(return_value, zend_string_copy(stream_protocol)); in PHP_FUNCTION()

Completed in 16 milliseconds