Home
last modified time | relevance | path

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

12

/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_fetch_both.phpt27 $computed_both = array_merge($num, $assoc);
/PHP-5.3/ext/standard/tests/file/
H A Dbug60120.phpt27 $options = array_merge(array('suppress_errors' => true, 'binary_pipes' => true, 'bypass_shell' => f…
/PHP-5.3/ext/standard/
H A Dphp_array.h67 PHP_FUNCTION(array_merge);
H A Darray.c2400 PHP_FUNCTION(array_merge) in PHP_FUNCTION() argument
H A Dbasic_functions.c3295 PHP_FE(array_merge, arginfo_array_merge)
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_class_mysqli_driver_interface.phpt26 $expected_methods = array_merge($expected_methods, array(
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-5.3/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc101 $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));
H A Dcorrupt_tarmaker.php.inc108 $checkheader = array_merge(str_split($block), str_split($blockend));
/PHP-5.3/ext/phar/tests/files/
H A Dpear2coverage.phar.php576 $dirs = array_merge($dirs, $globdirs);
590 $xdebugs = array_merge($xdebugs, $globbie);
858 $dirs = array_merge($dirs, $globdirs);
872 $xdebugs = array_merge($xdebugs, $globbie);
/PHP-5.3/
H A Drun-tests.php290 $ini_overwrites = array_merge($ini_overwrites, $ini_overwrites_ex);
490 $argv = array_merge($argv, explode(' ', getenv('TEST_PHP_ARGS')));
745 $test_files = array_merge($test_files, $pattern_match);
767 $test_files = array_merge($test_files, $redir_tests);
1559 $redirenv = array_merge($environment, $IN_REDIRECT['ENV']);
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES24 3. array_merge() was changed to accept only arrays. If a non-array variable is
H A Dserver-tests.php135 $diff = array_merge($w2, $o2);
656 $this->conf = array_merge($this->conf,$conf);
679 $this->env = array_merge($this->env,$this->conf);
/PHP-5.3/ext/standard/tests/strings/
H A Dbug49785.phpt65 foreach (array_map('chr', array_merge(range(0x81, 0x9f), range(0xe0, 0xfc))) as $c) {
80 foreach (array_map('chr', array_merge(range(0x80, 0x8d), range(0x90, 0x9f))) as $c) {
95 foreach (array_map('chr', array_merge(range(0xa1, 0xfe))) as $c) {
/PHP-5.3/ext/oci8/tests/
H A Ddbmsoutput.phpt84 $res = array_merge($res, array_slice($lines, 0, $numlines));
/PHP-5.3/scripts/dev/
H A Dgenerate-phpt.phar469 if (!in_array($option, array_merge($this->shortOptions, $this->shortOptionsWithArgs)))

Completed in 70 milliseconds

12