Home
last modified time | relevance | path

Searched refs:array (Results 1201 – 1225 of 6719) sorted by relevance

1...<<41424344454647484950>>...269

/PHP-8.1/ext/session/tests/
H A Dsession_decode_variation2.phpt30 array(0) {
32 array(3) {
41 array(4) {
43 &array(3) {
54 &array(3) {
63 &array(3) {
/PHP-8.1/Zend/tests/
H A Dbug76047.phpt33 array(1) {
35 array(6) {
47 array(0) {
51 array(1) {
53 array(6) {
65 array(0) {
H A Dbug79947.phpt5 $array = [];
8 $array[$key] += [$key];
12 var_dump($array);
16 array(0) {
H A Dconst_dereference_003.phpt2 Const array deference
9 var_dump([array(1,2,3), [4, 5, 6]][1][2]);
11 foreach (array([1, 2, 3])[0] as $var) {
18 Warning: Undefined array key "foo" in %s on line %d
H A Dconstant_expressions_exceptions_001.phpt5 const T = array(1,2) - array(0);
8 Fatal error: Uncaught TypeError: Unsupported operand types: array - array in %s:%d
H A Dmod_001.phpt6 $a = array(1,2,3);
7 $b = array();
19 Exception: Unsupported operand types: array % array
H A Dunset_non_array.phpt2 Unset on non-array
99 Deprecated: Automatic conversion of false to array is deprecated in %s
100 Cannot unset offset in a non-array variable
101 Cannot unset offset in a non-array variable
102 Cannot unset offset in a non-array variable
104 Cannot use object of type stdClass as array
108 Deprecated: Automatic conversion of false to array is deprecated in %s
109 Cannot unset offset in a non-array variable
110 Cannot unset offset in a non-array variable
111 Cannot unset offset in a non-array variable
[all …]
/PHP-8.1/ext/standard/tests/strings/
H A Dpack_Z.phpt27 array(1) {
31 array(1) {
36 array(1) {
40 array(1) {
44 array(1) {
48 array(1) {
/PHP-8.1/ext/standard/tests/file/
H A Dparse_ini_file_variation1.phpt29 array(2) {
31 array(2) {
38 array(2) {
45 array(2) {
47 array(2) {
54 array(2) {
/PHP-8.1/ext/standard/tests/array/
H A Darray_intersect_ukey_variation5.phpt8 $arr_default_int = array(1, 2 );
9 $arr_float = array(0 => 1.00, 1 => 2.00, 2 => 3.00);
10 $arr_string = array('0' => '1', '1' => '2', '2' => '3');
11 $arr_string_float = array('0.00' => '1.00', '1.00' => '2.00');
35 array(2) {
43 array(2) {
51 array(2) {
H A Darray_intersect_ukey_variation7.phpt8 $arr1_string_int = array('0' => '1', '1' => '2');
9 $arr2_string_int = array('0' => '1', '1' => '3');
10 $arr1_string_float = array('0.00' => '1.00', '1.00' => '2.00');
11 $arr2_string_float = array('0.00' => '1.00', '1.00' => '3.00');
35 array(2) {
43 array(2) {
51 array(2) {
H A Dnatcasesort_variation4.phpt6 * Pass arrays of string data to see how natcasesort() re-orders the array
11 $inputs = array (
13 array(null, NULL, "\a", "\cx", "\e", "\f", "\n", "\t", "\xhh", "\ddd", "\v"),
15 // array contains combination of capital/small letters
16array("lemoN", "Orange", "banana", "apple", "Test", "TTTT", "ttt", "ww", "x", "X", "oraNGe", "BANA…
29 array(11) {
55 array(12) {
H A Darray_unshift.phpt6 $a = array();
17 array(1) {
22 array(2) {
24 array(1) {
H A Dbug23788.phpt2 Bug #23788 (*_replace() clobbers referenced array elements)
7 $foo = array(&$numeric, &$bool);
13 array(2) {
19 array(2) {
H A Dbug24198.phpt5 $c = array('a' => 'aa','b' => 'bb');
10 array(2) {
12 array(2) {
19 array(2) {
H A Dbug74361_2.phpt6 $array = range(0, 15);
8 unset($array[$i]);
11 foreach ($array as $x) {
13 array_rand($array, 1);
/PHP-8.1/ext/gmp/tests/
H A Dgmp_jacobi.phpt24 var_dump(gmp_jacobi(3, array()));
29 var_dump(gmp_jacobi(array(), 3));
34 var_dump(gmp_jacobi(array(), array()));
59 gmp_jacobi(): Argument #2 ($num2) must be of type GMP|string|int, array given
60 gmp_jacobi(): Argument #1 ($num1) must be of type GMP|string|int, array given
61 gmp_jacobi(): Argument #1 ($num1) must be of type GMP|string|int, array given
H A Dgmp_legendre.phpt24 var_dump(gmp_legendre(3, array()));
29 var_dump(gmp_legendre(array(), 3));
34 var_dump(gmp_legendre(array(), array()));
59 gmp_legendre(): Argument #2 ($num2) must be of type GMP|string|int, array given
60 gmp_legendre(): Argument #1 ($num1) must be of type GMP|string|int, array given
61 gmp_legendre(): Argument #1 ($num1) must be of type GMP|string|int, array given
/PHP-8.1/ext/curl/tests/
H A Dcurl_multi_close_reference.phpt8 $array = array($mh);
9 $array[] = &$array;
/PHP-8.1/Zend/tests/varSyntax/
H A DparenthesesDeref.phpt8 $array = [&$array, 1];
9 var_dump(($array)[1]);
10 var_dump((($array[0][0])[0])[1]);
/PHP-8.1/ext/zlib/tests/
H A Dbug61287.phpt7 $array = array(
10 'degrees' => array(),
14 $serialized = serialize($array);
/PHP-8.1/ext/standard/tests/dir/
H A Dscandir_variation7.phpt23 $permission_values = array(
68 array(2) {
77 array(2) {
86 array(2) {
95 array(2) {
104 array(2) {
113 array(2) {
122 array(2) {
131 array(2) {
140 array(2) {
[all …]
/PHP-8.1/ext/spl/tests/
H A Drecursiveiteratoriterator_getsubiterator_variation.phpt8 $sample_array = array(1, 2, array(3, 4));
22 array(3) {
28 array(2) {
36 array(2) {
/PHP-8.1/ext/filter/tests/
H A D037.phpt12 echo filter_input(INPUT_GET, 'a', FILTER_CALLBACK, array("options"=>'myfunc'));
18 echo filter_var($data, FILTER_CALLBACK, array("options"=>'myfunc'));
21 $res = filter_input_array(INPUT_GET, array(
22 'a' => array(
36 array(2) {
/PHP-8.1/ext/gd/tests/
H A Dimageconvolution_error2.phpt2 Testing wrong array size 2x3 in imageconvolution() of GD library
17 $gaussian = array(
18 array(1.0, 2.0, 1.0),
19 array(2.0, 4.0, 2.0)
28 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array

Completed in 52 milliseconds

1...<<41424344454647484950>>...269