Searched refs:key_flags (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/ext/standard/ |
| H A D | user_filters.c | 547 int key_flags, filter_name_len = 0; local 561 (key_flags = zend_hash_get_current_key_ex(filters_hash, &filter_name, &filter_name_len, &num_key, 0, NULL)) != HASH_KEY_NON_EXISTANT; 563 if (key_flags == HASH_KEY_IS_STRING) {
|
| H A D | streamsfuncs.c | 585 int key_flags, stream_protocol_len = 0; 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; 598 if (key_flags == HASH_KEY_IS_STRING) {
|
Completed in 7 milliseconds