Home
last modified time | relevance | path

Searched refs:num_idx (Results 1 – 3 of 3) sorted by last modified time

/PHP-7.1/ext/standard/
H A Darray.c1551 zend_ulong num_idx; in php_search_array() local
1572 RETVAL_LONG(num_idx); in php_search_array()
1588 RETVAL_LONG(num_idx); in php_search_array()
1603 RETVAL_LONG(num_idx); in php_search_array()
1618 RETVAL_LONG(num_idx); in php_search_array()
3281 zend_ulong num_idx; local
3302 ZVAL_LONG(&new_val, num_idx);
3331 ZVAL_LONG(&new_val, num_idx);
3711 zend_ulong num_idx; local
3726 ZVAL_LONG(&data, num_idx);
[all …]
/PHP-7.1/ext/spl/
H A Dphp_spl.c405 zend_ulong num_idx; in PHP_FUNCTION() local
411 …while (zend_hash_get_current_key_ex(SPL_G(autoload_functions), &func_name, &num_idx, &pos) == HASH… in PHP_FUNCTION()
/PHP-7.1/ext/session/
H A Dsession.c2176 zend_ulong num_idx;
2186 ZEND_HASH_FOREACH_KEY_VAL(Z_ARRVAL_P(options), num_idx, str_idx, value) {
2208 (void) num_idx;

Completed in 44 milliseconds