Home
last modified time | relevance | path

Searched refs:array_merge (Results 26 – 49 of 49) sorted by relevance

12

/PHP-7.4/tests/lang/operators/
H A Doperator_gt_or_equal_basic.phpt24 true, array_merge($valid_false, $valid_true), NULL,
H A Doperator_lt_or_equal_basic.phpt24 false, array_merge($valid_false, $valid_true), NULL,
/PHP-7.4/ext/spl/tests/
H A Darray_001.phpt15 var_dump(array_merge((array)$ar, array(4=>4, 5=>5)));
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_fetch_both.phpt27 $computed_both = array_merge($num, $assoc);
/PHP-7.4/ext/standard/tests/file/
H A Dbug60120.phpt23 $options = array_merge(array('suppress_errors' => true, 'bypass_shell' => false));
/PHP-7.4/ext/standard/tests/streams/
H A Dproc_open_bug64438.phpt16 $options = array_merge(array('suppress_errors' => true, 'bypass_shell' => false));
/PHP-7.4/ext/standard/
H A Dphp_array.h65 PHP_FUNCTION(array_merge);
H A Dbasic_functions.c3362 PHP_FE(array_merge, arginfo_array_merge)
H A Darray.c3917 PHP_FUNCTION(array_merge) argument
/PHP-7.4/ext/pgsql/tests/
H A Dbug71998.phpt53 $ips = array_merge($ips, $bad);
/PHP-7.4/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt48 $r = array_merge([$server], $clients);
/PHP-7.4/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc101 $checkheader = array_merge(str_split($block), str_split($blockend));
H A Dcorrupt_tarmaker.php.inc108 $checkheader = array_merge(str_split($block), str_split($blockend));
H A Dmake.dangerous.tar.php.inc102 $checkheader = array_merge(str_split($block), str_split($blockend));
/PHP-7.4/ext/mbstring/ucgendat/
H A Ducgendat.php298 $data->caseMaps['fold'][$code] = array_merge([$code], $foldCodes);
325 $data->caseMaps[$type][$code] = array_merge([$simpleCaseCode], $caseCodes);
/PHP-7.4/sapi/fpm/tests/
H A Dstatus.inc59 $this->$method($body, array_merge($this->defaultFields, $fields));
H A Dtester.inc135 $filesToClean = array_merge(
372 $cmd = array_merge($cmd, $extraArgs);
545 $params = array_merge(
/PHP-7.4/
H A Drun-tests.php328 $argv = array_merge($argv, explode(' ', getenv('TEST_PHP_ARGS')));
638 $test_files = array_merge($test_files, $pattern_match);
671 $test_files = array_merge($test_files, $redir_tests);
890 $ini_overwrites = array_merge($ini_overwrites, $ini_overwrites_ex);
1548 $test_files = array_merge($test_files, $sequentialTests);
1586 … $PHP_FAILED_TESTS[$category] = array_merge($PHP_FAILED_TESTS[$category], $tests);
2222 $redirenv = array_merge($environment, $IN_REDIRECT['ENV']);
H A DUPGRADING363 . array_merge() and array_merge_recursive() may now be called without any
365 in conjunction with the spread operator, e.g. array_merge(...$arrays).
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_get_warnings.phpt52 $properties = array_merge(get_object_vars($warning), get_class_vars(get_class($warning)));
H A Dmysqli_debug_mysqlnd_control_string.phpt199 $tmp = array_merge($test_functions['doubledot'], $test_functions['simple']);
/PHP-7.4/ext/phar/tests/files/
H A Dpear2coverage.phar576 $dirs = array_merge($dirs, $globdirs);
590 $xdebugs = array_merge($xdebugs, $globbie);
858 $dirs = array_merge($dirs, $globdirs);
872 $xdebugs = array_merge($xdebugs, $globbie);
/PHP-7.4/ext/standard/tests/strings/
H A Dbug49785.phpt66 foreach (array_map('chr', array_merge(range(0x81, 0x9f), range(0xe0, 0xfc))) as $c) {
81 foreach (array_map('chr', array_merge(range(0x80, 0x8d), range(0x90, 0x9f))) as $c) {
96 foreach (array_map('chr', array_merge(range(0xa1, 0xfe))) as $c) {
/PHP-7.4/ext/oci8/tests/
H A Ddbmsoutput.phpt84 $res = array_merge($res, array_slice($lines, 0, $numlines));

Completed in 75 milliseconds

12