stream_protocol_len  581 ext/standard/streamsfuncs.c 	uint stream_protocol_len = 0;
stream_protocol_len  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_len  595 ext/standard/streamsfuncs.c 					add_next_index_stringl(return_value, stream_protocol, stream_protocol_len - 1, 1);