Searched refs:stream_wrappers (Results 1 – 3 of 3) sorted by relevance
60 return (FG(stream_wrappers) ? FG(stream_wrappers) : &url_stream_wrappers_hash); in _php_stream_get_url_stream_wrappers_hash()1631 if (FG(stream_wrappers)) { in php_shutdown_stream_hashes()1632 zend_hash_destroy(FG(stream_wrappers)); in php_shutdown_stream_hashes()1633 efree(FG(stream_wrappers)); in php_shutdown_stream_hashes()1634 FG(stream_wrappers) = NULL; in php_shutdown_stream_hashes()1725 ALLOC_HASHTABLE(FG(stream_wrappers)); in clone_wrapper_hash()1739 if (!FG(stream_wrappers)) { in php_register_url_stream_wrapper_volatile()1748 if (!FG(stream_wrappers)) { in php_unregister_url_stream_wrapper_volatile()1752 return zend_hash_del(FG(stream_wrappers), protocol, strlen(protocol) + 1); in php_unregister_url_stream_wrapper_volatile()1759 HashTable *wrapper_hash = (FG(stream_wrappers) ? FG(stream_wrappers) : &url_stream_wrappers_hash);[all …]
126 HashTable *stream_wrappers; /* per-request copy of url_stream_wrappers_hash */ member
3752 FG(stream_wrappers) = NULL; in PHP_RINIT_FUNCTION()
Completed in 25 milliseconds