Searched refs:stream_protocol (Results 1 – 1 of 1) sorted by relevance
566 zend_string *stream_protocol; in PHP_FUNCTION() local574 ZEND_HASH_FOREACH_STR_KEY(url_stream_wrappers_hash, stream_protocol) { in PHP_FUNCTION()575 if (stream_protocol) { in PHP_FUNCTION()576 add_next_index_str(return_value, zend_string_copy(stream_protocol)); in PHP_FUNCTION()
Completed in 7 milliseconds