Home
last modified time | relevance | path

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

/PHP-7.4/main/streams/
H A Duserspace.c562 HashTable *global_wrapper_hash, *wrapper_hash; in PHP_FUNCTION() local
574 wrapper_hash = php_stream_get_url_stream_wrappers_hash(); in PHP_FUNCTION()
575 if (wrapper_hash == global_wrapper_hash || zend_hash_find_ptr(wrapper_hash, protocol) == wrapper) { in PHP_FUNCTION()
H A Dstreams.c1820 HashTable *wrapper_hash = (FG(stream_wrappers) ? FG(stream_wrappers) : &url_stream_wrappers_hash); local
1842 if (NULL == (wrapper = zend_hash_str_find_ptr(wrapper_hash, protocol, n))) {
1846 if (NULL == (wrapper = zend_hash_str_find_ptr(wrapper_hash, tmp, n))) {
1914 if ((wrapper = zend_hash_find_ex_ptr(wrapper_hash, ZSTR_KNOWN(ZEND_STR_FILE), 1)) != NULL) {

Completed in 21 milliseconds