Lines Matching refs:num_key

1289 	ulong num_key;  in PHP_FUNCTION()  local
1337 …key_type = zend_hash_get_current_key_ex(Z_ARRVAL_P(var_array), &var_name, &var_name_len, &num_key,… in PHP_FUNCTION()
1346 ZVAL_LONG(&num, num_key); in PHP_FUNCTION()
2019 ulong num_key; in PHP_FUNCTION() local
2072 …switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(input), &string_key, &string_key_len, &num_key, 0,… in PHP_FUNCTION()
2079 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(zval *), NULL); in PHP_FUNCTION()
2096 ulong num_key; in php_array_merge() local
2101 switch (zend_hash_get_current_key_ex(src, &string_key, &string_key_len, &num_key, 0, &pos)) { in php_array_merge()
2171 ulong num_key; in php_array_replace_recursive() local
2177 switch (zend_hash_get_current_key_ex(src, &string_key, &string_key_len, &num_key, 0, &pos)) { in php_array_replace_recursive()
2192 zend_hash_index_find(dest, num_key, (void **)&dest_entry) == FAILURE || in php_array_replace_recursive()
2196 zend_hash_index_update(dest, num_key, src_entry, sizeof(zval *), NULL); in php_array_replace_recursive()
2520 ulong num_key; in PHP_FUNCTION() local
2535 …switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(input), &string_key, &string_key_len, &num_key, 0,… in PHP_FUNCTION()
2542 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(zval *), NULL); in PHP_FUNCTION()
2654 ulong num_key; in PHP_FUNCTION() local
2668 …switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(array), &string_key, &str_key_len, &num_key, 0, &p… in PHP_FUNCTION()
2670 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(entry), NULL); in PHP_FUNCTION()
3869 ulong num_key; in PHP_FUNCTION() local
3892 …ash_get_current_key_ex(Z_ARRVAL_P(input), &string_key, &string_key_len, &num_key, 0, &pos)) != HAS… in PHP_FUNCTION()
3902 RETURN_LONG(num_key); in PHP_FUNCTION()
3909 add_next_index_long(return_value, num_key); in PHP_FUNCTION()
4077 ulong num_key; in PHP_FUNCTION() local
4109 …= zend_hash_get_current_key_ex(Z_ARRVAL_P(array), &string_key, &string_key_len, &num_key, 0, &pos); in PHP_FUNCTION()
4118 Z_LVAL_P(key) = num_key; in PHP_FUNCTION()
4157 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, operand, sizeof(zval *), NULL); in PHP_FUNCTION()
4226 ulong num_key; in PHP_FUNCTION() local
4246 …key_type = zend_hash_get_current_key_ex(Z_ARRVAL_P(args[0]), &str_key, &str_key_len, &num_key, 0, … in PHP_FUNCTION()
4283 add_index_zval(return_value, num_key, result); in PHP_FUNCTION()
4339 ulong num_key; in PHP_FUNCTION() local
4375 …key_type = zend_hash_get_current_key_ex(Z_ARRVAL_P(input), &str_key, &str_key_len, &num_key, 0, &p… in PHP_FUNCTION()
4381 add_index_zval(chunk, num_key, *entry); in PHP_FUNCTION()