stream_protocol   579 ext/standard/streamsfuncs.c 	char *stream_protocol;
stream_protocol   592 ext/standard/streamsfuncs.c 			(key_flags = zend_hash_get_current_key_ex(url_stream_wrappers_hash, &stream_protocol, &stream_protocol_len, &num_key, 0, &pos)) != HASH_KEY_NON_EXISTENT;
stream_protocol   595 ext/standard/streamsfuncs.c 					add_next_index_stringl(return_value, stream_protocol, stream_protocol_len - 1, 1);