Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Darray.c4146 HashTable *htbl; in PHP_FUNCTION() local
4163 htbl = Z_ARRVAL_P(input); in PHP_FUNCTION()
4165 if (zend_hash_num_elements(htbl) == 0) { in PHP_FUNCTION()
4176 zend_hash_internal_pointer_reset_ex(htbl, &pos); in PHP_FUNCTION()
4177 while (zend_hash_get_current_data_ex(htbl, (void **)&operand, &pos) == SUCCESS) { in PHP_FUNCTION()
4195 zend_hash_move_forward_ex(htbl, &pos); in PHP_FUNCTION()

Completed in 17 milliseconds