php_stream_get_url_stream_wrappers_hash 1027 ext/standard/info.c 		php_info_print_stream_hash("PHP Streams",  php_stream_get_url_stream_wrappers_hash() TSRMLS_CC);
php_stream_get_url_stream_wrappers_hash  588 ext/standard/streamsfuncs.c 	if ((url_stream_wrappers_hash = php_stream_get_url_stream_wrappers_hash())) {
php_stream_get_url_stream_wrappers_hash  546 main/streams/userspace.c 			if (zend_hash_exists(php_stream_get_url_stream_wrappers_hash(), protocol, protocol_len + 1)) {
php_stream_get_url_stream_wrappers_hash  597 main/streams/userspace.c 	if (php_stream_get_url_stream_wrappers_hash() == global_wrapper_hash) {