Home
last modified time | relevance | path

Searched refs:array (Results 1476 – 1500 of 6719) sorted by relevance

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

/PHP-8.1/ext/standard/tests/array/
H A Darray_intersect_uassoc_variation8.phpt9 $array1 = array('a', $ref_var);
10 $array2 = array('a' => 1, &$ref_var);
20 //When array are referenced
29 array(1) {
35 array(0) {
39 array(2) {
H A Darray_shift_variation5.phpt13 $stack = array ( array ( array ('zero', 'one', 'two'), 'un', 'deux'), 'eins', 'zwei');
19 $stack = array (array( array('zero', 'one', 'two'), 'un', 'deux'), 'eins', 'zwei');
H A Darray_multisort_natural.phpt7 $a = array(
15 $b = array(
30 array(5) {
42 array(5) {
H A Dprev_error2.phpt10 $array = array(1,2);
11 end($array);
12 return $array;
H A Din_array_with_ref.phpt7 $array = [&$value];
8 var_dump(in_array(42, $array, false));
9 var_dump(in_array(42, $array, true));
H A Drsort_object1.phpt38 // array of integer objects
39 $unsorted_int_obj = array(
45 // array of string objects
46 $unsorted_str_obj = array (
56 // testing rsort() function by supplying integer object array, flag value is default
61 // testing rsort() function by supplying string object array, flag value is default
72 // testing rsort() function by supplying string object array, flag value = SORT_REGULAR
84 array(6) {
117 array(8) {
162 array(6) {
[all …]
/PHP-8.1/ext/openssl/tests/
H A Dopenssl_x509_read_basic.phpt14 $e = array();
15 $f = array($b);
23 openssl_x509_read($e); // read an array
29 openssl_x509_read($f); // read an array with the filename
45 openssl_x509_read(): Argument #1 ($certificate) must be of type OpenSSLCertificate|string, array gi…
46 openssl_x509_read(): Argument #1 ($certificate) must be of type OpenSSLCertificate|string, array gi…
/PHP-8.1/ext/standard/tests/strings/
H A Dhttp_build_query_variation2.phpt2 Test http_build_query() function: usage variations - first arguments as multidimensional array and …
7 $mDimensional = array(
10 "9" => array(
17 "sort" => array(
19 "admin" => array(
21 "admin2" => array(
/PHP-8.1/ext/date/tests/
H A Dgetdate_variation2.phpt10 //array of values to iterate over
11 $inputs = array(
19 // loop through each element of the array for timestamp
31 array(11) {
57 array(11) {
83 array(11) {
/PHP-8.1/Zend/tests/arg_unpack/
H A Dmany_args.phpt10 $array = array_fill(0, 10000, 42);
11 f(...$array, ...$array);
/PHP-8.1/Zend/tests/
H A Dbug67874.phpt5 $a = array(1,2,3);
6 $data = array($a);
11 array(1) {
H A Dargument_restriction_002.phpt6 …public function test($foo, array &$bar, $option = NULL, $extra = 3.1415926535897932384626433832795…
11 public function test($foo, array &$bar) {
16 Fatal error: Declaration of Sub::test($foo, array &$bar) must be compatible with Base::test($foo, a…
H A Dlist_004.phpt2 list() with array reference
6 $arr = array(2, 1);
16 array(2) {
/PHP-8.1/ext/standard/tests/file/
H A Dfputcsv_002.phpt8 $data = array(1, 2, 'foo', 'haha', array(4, 5, 6), 1.3, null);
24 array(7) {
34 array(3) {
H A Dfgetcsv_variation13.phpt65 array(1) {
73 array(1) {
81 array(1) {
89 array(1) {
97 array(1) {
105 array(1) {
113 array(1) {
121 array(1) {
129 array(1) {
137 array(1) {
[all …]
H A Dfgetcsv_variation14.phpt71 array(1) {
82 array(1) {
93 array(1) {
104 array(1) {
115 array(1) {
126 array(1) {
137 array(1) {
148 array(1) {
159 array(1) {
170 array(1) {
[all …]
H A Dfgetcsv_variation20.phpt68 array(1) {
76 array(1) {
84 array(1) {
92 array(1) {
100 array(1) {
108 array(1) {
116 array(1) {
124 array(1) {
132 array(1) {
140 array(1) {
[all …]
/PHP-8.1/ext/pcre/tests/
H A Dbug47229.phpt24 array(1) {
28 array(1) {
32 array(1) {
36 array(0) {
/PHP-8.1/ext/gd/tests/
H A Dimageconvolution_basic.phpt15 $gaussian = array(
16 array(1.0, 2.0, 1.0),
17 array(2.0, 4.0, 2.0),
18 array(1.0, 2.0, 1.0)
/PHP-8.1/ext/opcache/tests/
H A Dbug75357.phpt32 var_dump(addslashes_gpc(array(array("test"))));
35 array(1) {
37 array(1) {
/PHP-8.1/ext/spl/tests/
H A DSplFileObject_fputcsv_002.phpt7 $data = array(1, 2, 'foo', 'haha', array(4, 5, 6), 1.3, null);
20 array(7) {
30 array(3) {
/PHP-8.1/ext/filter/tests/
H A D057.phpt7 foreach (array(null, true, false, 1, "", new stdClass) as $invalid) {
15 var_dump(filter_var_array(array(), $invalid));
22 Deprecated: filter_input_array(): Passing null to parameter #2 ($options) of type array|int is depr…
27 Deprecated: filter_var_array(): Passing null to parameter #2 ($options) of type array|int is deprec…
49 filter_input_array(): Argument #2 ($options) must be of type array|int, string given
50 filter_var_array(): Argument #2 ($options) must be of type array|int, string given
51 filter_input_array(): Argument #2 ($options) must be of type array|int, stdClass given
52 filter_var_array(): Argument #2 ($options) must be of type array|int, stdClass given
/PHP-8.1/ext/pgsql/tests/
H A D13pg_select_9.phpt19 $fields = array('num'=>'1234', 'str'=>'ABC', 'bin'=>'XYZ');
20 $ids = array('num'=>'1234');
59 array(2) {
61 array(3) {
70 array(3) {
81 Array of values must be an associative array with string keys
82 Array of values must be an associative array with string keys
83 Values must be of type string|int|float|bool|null, array given
/PHP-8.1/ext/simplexml/tests/
H A D025.phpt50 array(1) {
54 array(3) {
62 array(2) {
68 array(4) {
78 array(1) {
82 array(1) {
86 array(0) {
88 array(0) {
/PHP-8.1/ext/oci8/tests/
H A Drefcur_prefetch_3.phpt29 $stmtarray = array(
95 array(1) {
100 array(1) {
105 array(1) {
110 array(1) {
115 array(1) {
120 array(1) {
125 array(1) {
130 array(1) {
135 array(1) {
[all …]

Completed in 42 milliseconds

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