Home
last modified time | relevance | path

Searched refs:array (Results 1351 – 1375 of 6720) sorted by relevance

1...<<51525354555657585960>>...269

/PHP-8.1/ext/standard/tests/general_functions/
H A Dis_string.phpt25 $strings = array(
112 array(),
113 array(0),
114 array(1),
115 array(NULL),
116 array(null),
118 array(true),
119 array(TRUE),
120 array(false),
121 array(FALSE),
[all …]
/PHP-8.1/ext/pdo_pgsql/tests/
H A Dcopy_from.phpt133 array(6) {
147 array(6) {
161 array(6) {
177 array(6) {
191 array(6) {
205 array(6) {
221 array(6) {
235 array(6) {
249 array(6) {
267 array(6) {
[all …]
/PHP-8.1/ext/spl/tests/
H A Darray_002.phpt6 $array = array('1' => 'one',
10 $object = new ArrayObject($array);
25 array(5) {
H A DArrayObject_std_props_no_recursion.phpt10 var_dump((array) $b);
13 var_dump((array) $c);
17 array(3) {
25 array(1) {
H A Dclass_uses_basic2.phpt38 array(2) {
44 array(2) {
50 array(1) {
54 array(1) {
58 array(0) {
60 array(0) {
/PHP-8.1/tests/lang/
H A Dengine_assignExecutionOrder_004.phpt21 $a = array(10, 11, 12, 13);
22 list($a[i1()+i2()], , list($a[i3()], $a[])) = array(0, 1, array(30, 40), 3);
31 array(5) {
/PHP-8.1/Zend/tests/
H A Derrmsg_013.phpt2 errmsg: default value for parameters with array type can only be an array or null
7 function foo(array $a = "s") {
14 Fatal error: Cannot use string as default value for parameter $a of type array in %s on line %d
H A Dbug71428.1.phpt6 public function m(array $a = null) {}
9 public function m(array $a = []) {}
13 Fatal error: Declaration of B::m(array $a = []) must be compatible with A::m(?array $a = null) in %…
H A Dbug79792.phpt2 Bug #79792: HT iterators not removed if empty array is destroyed
7 // Make the array empty.
9 // Destroy the array.
15 Warning: foreach() argument must be of type array|object, null given in %s on line %d
H A Dbug27798.phpt37 array(3) {
45 array(1) {
50 array(3) {
59 array(3) {
67 array(1) {
H A Dbug64988.phpt6 public function insert(array $data){
12 public function insert(array $data, $option1 = Null) {
20 public function insert(array $data) {
29 Fatal error: Declaration of Smooth1::insert(array $data) must be compatible with Noisy1::insert(arr…
H A Dunset_prop_recursion.phpt27 array(2) {
33 array(0) {
41 array(0) {
53 array(0) {
63 array(0) {
/PHP-8.1/Zend/tests/list/
H A Dlist_reference_009.phpt22 array(2) {
24 array(2) {
35 array(2) {
37 array(2) {
/PHP-8.1/Zend/tests/return_types/
H A Dreflection001.phpt7 function foo(array $a): array {
35 Parameter #0 [ <required> array $a ]
37 - Return [ array ]
/PHP-8.1/tests/security/
H A Dopen_basedir_glob.phpt31 array(1) {
35 array(1) {
39 array(1) {
43 array(1) {
47 array(1) {
/PHP-8.1/ext/standard/tests/array/
H A Dbug36975.phpt5 $a = array('aa', 'aa', 'bb', 'bb', 'cc', 'cc');
14 $b = array(1 => 'foo', 0 => 'baz');
20 $c = array(0, 0, 0, 0, 0);
29 array(6) {
49 array(6) {
H A Darray_rand_basic2.phpt2 Test array_rand() function : basic functionality - with associative array for 'input' argument
6 * Test array_rand() when associative array is passed to 'input' argument
9 echo "*** Testing array_rand() : with associative array ***\n";
13 $input = array(
32 *** Testing array_rand() : with associative array ***
35 array(6) {
H A Drsort_variation10.phpt6 * Pass rsort() an array containing octal values to test behaviour
11 // an array containing unsorted octal values
12 $unsorted_oct_array = array(01235, 0321, 0345, 066, 0772, 077, -066, -0345, 0);
36 array(9) {
59 array(9) {
82 array(9) {
/PHP-8.1/ext/session/tests/
H A D009.phpt46 array(0) {
48 array(1) {
52 array(1) {
56 array(0) {
58 array(0) {
/PHP-8.1/Zend/tests/traits/
H A Dinheritance003.phpt8 public abstract function sayHello(array $a);
12 public function sayHello(array $a) {
18 $s->sayHello(array());
32 $o->sayHello(array());
38 …ion of SayWorld::sayHello(Base $d) must be compatible with Base::sayHello(array $a) in %s on line …
/PHP-8.1/tests/lang/operators/
H A Doperator_gt_variation_64bit.phpt15 $validGreaterThan = array (
16 MAX_32Bit, array(MAX_32Bit - 1, "2147483646", "2147483646.999", 2.147483646e9, 2147483646.9, MIN_32…
17 -2147483647, array(MIN_32Bit, "-2147483648", "-2147483647.001", -2.1474836471e9, -2147483647.9),
20 $invalidGreaterThan = array (
21 MAX_32Bit, array(2e33, MAX_32Bit + 1),
22 MIN_32Bit, array(MIN_32Bit + 1, MAX_32Bit)
H A Doperator_lt_variation_64bit.phpt15 $validLessThan = array (
16 2147483646, array(MAX_32Bit, "2147483647", "2147483647.001", 2.147483647e9, 2147483647.9),
17 MIN_32Bit, array(MIN_32Bit + 1, "-2147483647", "-2147483646.001", -2.1474836461e9, -2147483646.9),
20 $invalidLessThan = array (
21 MAX_32Bit, array("2147483646", 2.1474836460001e9, MAX_32Bit - 1),
22 MIN_32Bit, array(MIN_32Bit - 1, "-2147483649", -2.1474836480001e9)
/PHP-8.1/ext/ldap/tests/
H A Dldap_rename_basic.phpt19 $result = ldap_search($link, "$base", "(cn=userA)", array("cn", "sn"));
20 $result = ldap_search($link, "$base", "(cn=userZ)", array("cn", "sn"));
33 array(2) {
37 array(6) {
39 array(2) {
48 array(2) {
/PHP-8.1/ext/pcre/tests/
H A Dpreg_match_basic_edit.phpt24 array(1) {
29 array(0) {
32 array(2) {
39 array(1) {
41 array(2) {
49 array(0) {
/PHP-8.1/ext/curl/tests/
H A Dcurl_copy_handle_basic_007.phpt10 echo '*** Testing curl copy handle with simple POST using array as arguments ***' . "\n";
18 …curl_setopt($ch, CURLOPT_POSTFIELDS, array("Hello" => "World", "Foo" => "Bar", "Person" => "John D…
19 …curl_setopt($ch, CURLOPT_HTTPHEADER, array('Expect:')); // Disable Expect: header (lighttpd does n…
31 *** Testing curl copy handle with simple POST using array as arguments ***
32 string(163) "array(1) {
36 array(3) {

Completed in 34 milliseconds

1...<<51525354555657585960>>...269