Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Duser_filters.c547 int key_flags, filter_name_len = 0; in PHP_FUNCTION() local
561 …(key_flags = zend_hash_get_current_key_ex(filters_hash, &filter_name, &filter_name_len, &num_key, … in PHP_FUNCTION()
563 if (key_flags == HASH_KEY_IS_STRING) { in PHP_FUNCTION()
H A Dstreamsfuncs.c585 int key_flags, stream_protocol_len = 0; in PHP_FUNCTION() local
596 …(key_flags = zend_hash_get_current_key_ex(url_stream_wrappers_hash, &stream_protocol, &stream_prot… in PHP_FUNCTION()
598 if (key_flags == HASH_KEY_IS_STRING) { in PHP_FUNCTION()

Completed in 13 milliseconds