Searched refs:stream_protocol (Results 1 – 1 of 1) sorted by relevance
596 zend_string *stream_protocol; in PHP_FUNCTION() local602 ZEND_HASH_FOREACH_STR_KEY(url_stream_wrappers_hash, stream_protocol) { in PHP_FUNCTION()603 if (stream_protocol) { in PHP_FUNCTION()604 add_next_index_str(return_value, zend_string_copy(stream_protocol)); in PHP_FUNCTION()
Completed in 7 milliseconds