Lines Matching refs:num_key

1288 	ulong num_key;  in PHP_FUNCTION()  local
1336 …key_type = zend_hash_get_current_key_ex(Z_ARRVAL_P(var_array), &var_name, &var_name_len, &num_key,… in PHP_FUNCTION()
1345 ZVAL_LONG(&num, num_key); in PHP_FUNCTION()
2139 ulong num_key; in PHP_FUNCTION() local
2192 …switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(input), &string_key, &string_key_len, &num_key, 0,… in PHP_FUNCTION()
2199 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(zval *), NULL); in PHP_FUNCTION()
2216 ulong num_key; in php_array_merge() local
2221 switch (zend_hash_get_current_key_ex(src, &string_key, &string_key_len, &num_key, 0, &pos)) { in php_array_merge()
2291 ulong num_key; in php_array_replace_recursive() local
2297 switch (zend_hash_get_current_key_ex(src, &string_key, &string_key_len, &num_key, 0, &pos)) { in php_array_replace_recursive()
2312 zend_hash_index_find(dest, num_key, (void **)&dest_entry) == FAILURE || in php_array_replace_recursive()
2316 zend_hash_index_update(dest, num_key, src_entry, sizeof(zval *), NULL); in php_array_replace_recursive()
2640 ulong num_key; in PHP_FUNCTION() local
2655 …switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(input), &string_key, &string_key_len, &num_key, 0,… in PHP_FUNCTION()
2662 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(zval *), NULL); in PHP_FUNCTION()
2785 ulong num_key; in PHP_FUNCTION() local
2799 …switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(array), &string_key, &str_key_len, &num_key, 0, &p… in PHP_FUNCTION()
2801 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(entry), NULL); in PHP_FUNCTION()
4008 ulong num_key; in PHP_FUNCTION() local
4031 …ash_get_current_key_ex(Z_ARRVAL_P(input), &string_key, &string_key_len, &num_key, 0, &pos)) != HAS… in PHP_FUNCTION()
4041 RETURN_LONG(num_key); in PHP_FUNCTION()
4048 add_next_index_long(return_value, num_key); in PHP_FUNCTION()
4214 ulong num_key; in PHP_FUNCTION() local
4257 …switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(array), &string_key, &string_key_len, &num_key, 0,… in PHP_FUNCTION()
4263 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, operand, sizeof(zval *), NULL); in PHP_FUNCTION()
4332 ulong num_key; in PHP_FUNCTION() local
4352 …key_type = zend_hash_get_current_key_ex(Z_ARRVAL_P(args[0]), &str_key, &str_key_len, &num_key, 0, … in PHP_FUNCTION()
4389 add_index_zval(return_value, num_key, result); in PHP_FUNCTION()
4445 ulong num_key; in PHP_FUNCTION() local
4481 …key_type = zend_hash_get_current_key_ex(Z_ARRVAL_P(input), &str_key, &str_key_len, &num_key, 0, &p… in PHP_FUNCTION()
4487 add_index_zval(chunk, num_key, *entry); in PHP_FUNCTION()