Lines Matching refs:num_key

926 	ulong num_key;  in PHP_FUNCTION()  local
932 switch (zend_hash_get_current_key_ex(array, &string_key, &string_length, &num_key, 0, NULL)) { in PHP_FUNCTION()
937 RETVAL_LONG(num_key); in PHP_FUNCTION()
1054 ulong num_key; in php_array_walk() local
1102 …switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_key_len, &num_key, 0, NULL)… in php_array_walk()
1105 Z_LVAL_P(key) = num_key; in php_array_walk()
1202 ulong num_key; in php_search_array() local
1223 …switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(array), &string_key, &str_key_len, &num_key, 0, &p… in php_search_array()
1228 RETURN_LONG(num_key); in php_search_array()
1317 ulong num_key; in PHP_FUNCTION() local
1365 …key_type = zend_hash_get_current_key_ex(Z_ARRVAL_P(var_array), &var_name, &var_name_len, &num_key,… in PHP_FUNCTION()
1374 ZVAL_LONG(&num, num_key); in PHP_FUNCTION()
2164 ulong num_key; in PHP_FUNCTION() local
2217 …switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(input), &string_key, &string_key_len, &num_key, 0,… in PHP_FUNCTION()
2224 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(zval *), NULL); in PHP_FUNCTION()
2241 ulong num_key; in php_array_merge() local
2246 switch (zend_hash_get_current_key_ex(src, &string_key, &string_key_len, &num_key, 0, &pos)) { in php_array_merge()
2304 ulong num_key; in php_array_replace_recursive() local
2310 switch (zend_hash_get_current_key_ex(src, &string_key, &string_key_len, &num_key, 0, &pos)) { in php_array_replace_recursive()
2325 zend_hash_index_find(dest, num_key, (void **)&dest_entry) == FAILURE || in php_array_replace_recursive()
2329 zend_hash_index_update(dest, num_key, src_entry, sizeof(zval *), NULL); in php_array_replace_recursive()
2442 ulong num_key; /* Numeric key */ in PHP_FUNCTION() local
2474 …switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(input), &string_key, &string_key_len, &num_key, 1,… in PHP_FUNCTION()
2482 Z_LVAL_P(new_val) = num_key; in PHP_FUNCTION()
2574 ulong num_key; in PHP_FUNCTION() local
2589 …switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(input), &string_key, &string_key_len, &num_key, 0,… in PHP_FUNCTION()
2596 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(zval *), NULL); in PHP_FUNCTION()
2686 ulong num_key; in PHP_FUNCTION() local
2698 …switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(array), &string_key, &str_key_len, &num_key, 1, &p… in PHP_FUNCTION()
2704 Z_LVAL_P(data) = num_key; in PHP_FUNCTION()
2730 ulong num_key; in PHP_FUNCTION() local
2744 …switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(array), &string_key, &str_key_len, &num_key, 0, &p… in PHP_FUNCTION()
2746 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(entry), NULL); in PHP_FUNCTION()
3952 ulong num_key; in PHP_FUNCTION() local
3975 …ash_get_current_key_ex(Z_ARRVAL_P(input), &string_key, &string_key_len, &num_key, 0, &pos)) != HAS… in PHP_FUNCTION()
3985 RETURN_LONG(num_key); in PHP_FUNCTION()
3992 add_next_index_long(return_value, num_key); in PHP_FUNCTION()
4169 ulong num_key; in PHP_FUNCTION() local
4212 …switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(array), &string_key, &string_key_len, &num_key, 0,… in PHP_FUNCTION()
4218 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, operand, sizeof(zval *), NULL); in PHP_FUNCTION()
4287 ulong num_key; in PHP_FUNCTION() local
4307 …key_type = zend_hash_get_current_key_ex(Z_ARRVAL_P(args[0]), &str_key, &str_key_len, &num_key, 0, … in PHP_FUNCTION()
4344 add_index_zval(return_value, num_key, result); in PHP_FUNCTION()
4400 ulong num_key; in PHP_FUNCTION() local
4436 …key_type = zend_hash_get_current_key_ex(Z_ARRVAL_P(input), &str_key, &str_key_len, &num_key, 0, &p… in PHP_FUNCTION()
4442 add_index_zval(chunk, num_key, *entry); in PHP_FUNCTION()