Home
last modified time | relevance | path

Searched refs:array_merge (Results 1 – 25 of 68) sorted by path

123

/php-src/Zend/tests/closures/
H A Dclosure_from_callable.inc141 $info = array_merge($info, $arguments);
149 $info = array_merge($info, $arguments);
/php-src/Zend/tests/named_params/
H A Dinternal_variadics.phpt7 array_merge([1, 2], a: [3, 4]);
20 array_merge() does not accept unknown named parameters
/php-src/build/
H A Dgen_stub.php108 $context->allConstInfos = array_merge($context->allConstInfos, $constInfos);
4069 $tags = array_merge($tags, parseDocComment($comment));
/php-src/ext/bcmath/tests/
H A Dbcadd.phpt12 $rightSummands = array_merge($leftSummands, [
H A Dbcadd_large_numbers.phpt19 $rightSummands = array_merge($leftSummands, [
H A Dbcadd_zero.phpt12 $rightSummands = array_merge($leftSummands, [
H A Dbcdiv.phpt12 $divisors = array_merge($dividends, [
H A Dbcdiv_large_numbers.phpt19 $divisors = array_merge($dividends, [
H A Dbcmod.phpt12 $divisors = array_merge($dividends, [
H A Dbcmod_large_numbers.phpt19 $divisors = array_merge($dividends, [
H A Dbcmul.phpt12 $secondFactors = array_merge($firstFactors, [
H A Dbcmul_large_numbers.phpt19 $secondFactors = array_merge($firstFactors, [
H A Dbcmul_zero.phpt12 $secondFactors = array_merge($firstFactors, [
H A Dbcpow.phpt12 $baseNumbers = array_merge($exponents, [
H A Dbcpow_large_numbers.phpt12 $baseNumbers = array_merge($exponents, [
H A Dbcsub.phpt12 $subtrahends = array_merge($minuends, [
H A Dbcsub_large_numbers.phpt19 $subtrahends = array_merge($minuends, [
H A Dbcsub_zero.phpt12 $subtrahends = array_merge($minuends, [
/php-src/ext/gd/tests/
H A Dbug47946.phpt20 $tempArray = array_merge($tempArray, array_flatten($value));
/php-src/ext/mbstring/tests/
H A Dmbregex_stack_limit2.phpt18 …$encoded_char_list = implode( "|", array_merge( array( "\s","\t","\n","\r", "\0", "\x0B" ), $chars…
H A Dsjis_mobile_encodings.phpt200 $softbank = array_merge($softbank, $sbEmoji);
/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_constants.phpt127 $expected_constants = array_merge($expected_constants, array(
134 $expected_constants = array_merge($expected_constants, array(
142 $expected_constants = array_merge($expected_constants, array(
H A Dmysqli_debug_mysqlnd_control_string.phpt196 $tmp = array_merge($test_functions['doubledot'], $test_functions['simple']);
H A Dmysqli_get_warnings.phpt51 $properties = array_merge(get_object_vars($warning), get_class_vars(get_class($warning)));

Completed in 74 milliseconds

123