Searched refs:pos_keys (Results 1 – 1 of 1) sorted by relevance
4471 HashPosition pos_values, pos_keys; in PHP_FUNCTION() local4493 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(keys), &pos_keys); in PHP_FUNCTION()4495 …while (zend_hash_get_current_data_ex(Z_ARRVAL_P(keys), (void **)&entry_keys, &pos_keys) == SUCCESS… in PHP_FUNCTION()4519 zend_hash_move_forward_ex(Z_ARRVAL_P(keys), &pos_keys); in PHP_FUNCTION()
Completed in 15 milliseconds