Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Darray.c4278 HashPosition *array_pos; in PHP_FUNCTION() local
4293 array_pos = (HashPosition *)safe_emalloc(n_arrays, sizeof(HashPosition), 0); in PHP_FUNCTION()
4301 efree(array_pos); in PHP_FUNCTION()
4310 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(arrays[i]), &array_pos[i]); in PHP_FUNCTION()
4319 efree(array_pos); in PHP_FUNCTION()
4347 zend_hash_get_current_data_ex(Z_ARRVAL_P(args[i]), (void **)&params[i], &array_pos[i]); in PHP_FUNCTION()
4352 …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()
4354 zend_hash_move_forward_ex(Z_ARRVAL_P(args[i]), &array_pos[i]); in PHP_FUNCTION()
4375 efree(array_pos); in PHP_FUNCTION()
4397 efree(array_pos); in PHP_FUNCTION()

Completed in 15 milliseconds