Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Darray.c4233 HashPosition *array_pos; in PHP_FUNCTION() local
4248 array_pos = (HashPosition *)safe_emalloc(n_arrays, sizeof(HashPosition), 0); in PHP_FUNCTION()
4256 efree(array_pos); in PHP_FUNCTION()
4265 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(arrays[i]), &array_pos[i]); in PHP_FUNCTION()
4274 efree(array_pos); in PHP_FUNCTION()
4302 zend_hash_get_current_data_ex(Z_ARRVAL_P(args[i]), (void **)&params[i], &array_pos[i]); in PHP_FUNCTION()
4307 …d_hash_get_current_key_ex(Z_ARRVAL_P(args[0]), &str_key, &str_key_len, &num_key, 0, &array_pos[i]); in PHP_FUNCTION()
4309 zend_hash_move_forward_ex(Z_ARRVAL_P(args[i]), &array_pos[i]); in PHP_FUNCTION()
4330 efree(array_pos); in PHP_FUNCTION()
4352 efree(array_pos); in PHP_FUNCTION()

Completed in 22 milliseconds