Searched refs:stream_protocol (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/ext/standard/ |
| H A D | info.c | 765 char *stream_protocol, *stream_protocols_buf = NULL; local 772 zend_hash_get_current_key_ex(url_stream_wrappers_hash, &stream_protocol, (uint *)&stream_protocol_len, &num_key, 0, &pos) == HASH_KEY_IS_STRING; 775 memcpy(stream_protocols_buf + stream_protocols_buf_len, stream_protocol, stream_protocol_len - 1);
|
| H A D | streamsfuncs.c | 584 char *stream_protocol; local 596 (key_flags = zend_hash_get_current_key_ex(url_stream_wrappers_hash, &stream_protocol, &stream_protocol_len, &num_key, 0, &pos)) != HASH_KEY_NON_EXISTANT; 599 add_next_index_stringl(return_value, stream_protocol, stream_protocol_len - 1, 1);
|
Completed in 6 milliseconds