Home
last modified time | relevance | path

Searched refs:key_flags (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/standard/
H A Duser_filters.c552 int key_flags; in PHP_FUNCTION() local
567 …(key_flags = zend_hash_get_current_key_ex(filters_hash, &filter_name, &filter_name_len, &num_key, … in PHP_FUNCTION()
569 if (key_flags == HASH_KEY_IS_STRING) { in PHP_FUNCTION()
H A Dstreamsfuncs.c578 int key_flags; in PHP_FUNCTION() local
590 …(key_flags = zend_hash_get_current_key_ex(url_stream_wrappers_hash, &stream_protocol, &stream_prot… in PHP_FUNCTION()
592 if (key_flags == HASH_KEY_IS_STRING) { in PHP_FUNCTION()

Completed in 15 milliseconds