Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Darray.c4410 HashPosition pos_values, pos_keys; in PHP_FUNCTION() local
4432 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(keys), &pos_keys); in PHP_FUNCTION()
4434 …while (zend_hash_get_current_data_ex(Z_ARRVAL_P(keys), (void **)&entry_keys, &pos_keys) == SUCCESS… in PHP_FUNCTION()
4458 zend_hash_move_forward_ex(Z_ARRVAL_P(keys), &pos_keys); in PHP_FUNCTION()

Completed in 15 milliseconds