Home
last modified time | relevance | path

Searched refs:array_merge (Results 51 – 68 of 68) sorted by relevance

123

/php-src/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt49 $r = array_merge([$server], $clients);
/php-src/ext/bcmath/tests/
H A Dbcmod.phpt12 $divisors = array_merge($dividends, [
/php-src/ext/pgsql/tests/
H A Dbug71998.phpt56 $ips = array_merge($ips, $bad);
/php-src/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-src/ext/mbstring/ucgendat/
H A Ducgendat.php313 $data->caseMaps['fold'][$code] = array_merge([$code], $foldCodes);
340 $data->caseMaps[$type][$code] = array_merge([$simpleCaseCode], $caseCodes);
/php-src/ext/mysqli/tests/
H A Dmysqli_get_warnings.phpt51 $properties = array_merge(get_object_vars($warning), get_class_vars(get_class($warning)));
H A Dmysqli_debug_mysqlnd_control_string.phpt196 $tmp = array_merge($test_functions['doubledot'], $test_functions['simple']);
/php-src/sapi/fpm/tests/
H A Dstatus.inc88 $this->$method($body, array_merge($this->defaultFields, $fields));
H A Dtester.inc164 $filesToClean = array_merge(
549 $cmd = array_merge($cmd, $extraArgs);
725 $params = array_merge(
/php-src/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-src/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-src/ext/mbstring/tests/
H A Dsjis_mobile_encodings.phpt200 $softbank = array_merge($softbank, $sbEmoji);
/php-src/ext/standard/
H A Dbasic_functions.stub.php1700 function array_merge(array ...$arrays): array {} function
H A Dbasic_functions_arginfo.h2385 ZEND_FUNCTION(array_merge);
H A Darray.c4367 PHP_FUNCTION(array_merge) argument
/php-src/build/
H A Dgen_stub.php108 $context->allConstInfos = array_merge($context->allConstInfos, $constInfos);
4085 $tags = array_merge($tags, parseDocComment($comment));

Completed in 105 milliseconds

123