Home
last modified time | relevance | path

Searched refs:of (Results 51 – 75 of 4338) sorted by relevance

12345678910>>...174

/PHP-8.3/ext/standard/tests/strings/
H A Dstrlen.phpt7 /* returns the length of a given string */
136 String length of '' is => int(0)
137 String length of ' ' is => int(1)
138 String length of '%0' is => int(1)
142 String length of '0' is => int(1)
143 String length of '0' is => int(1)
144 String length of ' ' is => int(1)
146 String length of '1' is => int(1)
147 String length of '' is => int(0)
151 String length of 'Hello, World
[all …]
H A Dstrpos.phpt196 Position of '%0' is => int(46)
197 Position of '%0' is => int(46)
207 Position of '0' is => int(12)
208 Position of '0' is => int(12)
209 Position of '1' is => int(13)
211 Position of '1' is => int(13)
212 Position of '1' is => int(13)
213 Position of '' is => int(0)
215 Position of ' ' is => int(5)
217 Position of 'b' is => int(49)
[all …]
H A Dvprintf_variation2.phpt7 * the '$args' arguments of the function
31 //array of values to iterate over
78 // loop through each element of the array for args
102 vprintf(): Argument #2 ($values) must be of type array, int given
105 vprintf(): Argument #2 ($values) must be of type array, int given
108 vprintf(): Argument #2 ($values) must be of type array, int given
111 vprintf(): Argument #2 ($values) must be of type array, int given
129 vprintf(): Argument #2 ($values) must be of type array, null given
132 vprintf(): Argument #2 ($values) must be of type array, null given
135 vprintf(): Argument #2 ($values) must be of type array, true given
[all …]
/PHP-8.3/ext/standard/tests/array/
H A Darray_diff_uassoc_variation2.phpt46 //array of values to iterate over
83 'instance of classWithToString' => new classWithToString(),
96 // loop through each element of the array for array2
113 array_diff_uassoc(): Argument #2 must be of type array, int given
116 array_diff_uassoc(): Argument #2 must be of type array, int given
119 array_diff_uassoc(): Argument #2 must be of type array, int given
122 array_diff_uassoc(): Argument #2 must be of type array, int given
140 array_diff_uassoc(): Argument #2 must be of type array, null given
143 array_diff_uassoc(): Argument #2 must be of type array, null given
175 --instance of classWithToString--
[all …]
H A Darray_diff_assoc_variation1.phpt6 * Pass array_diff_assoc arguments that are not arrays in place of $array1
33 //array of unexpected values to be passed to $array1 argument
85 // loop through each element of $inputs to check the behavior of array_diff_assoc
103 array_diff_assoc(): Argument #1 ($array) must be of type array, int given
106 array_diff_assoc(): Argument #1 ($array) must be of type array, int given
109 array_diff_assoc(): Argument #1 ($array) must be of type array, int given
112 array_diff_assoc(): Argument #1 ($array) must be of type array, int given
130 array_diff_assoc(): Argument #1 ($array) must be of type array, null given
133 array_diff_assoc(): Argument #1 ($array) must be of type array, null given
136 array_diff_assoc(): Argument #1 ($array) must be of type array, true given
[all …]
H A Darray_udiff_assoc_variation1.phpt38 //array of values to iterate over
75 'instance of classWithToString' => new classWithToString(),
76 'instance of classWithoutToString' => new classWithoutToString(),
85 // loop through each element of the array for array1
101 array_udiff_assoc(): Argument #1 ($array) must be of type array, int given
104 array_udiff_assoc(): Argument #1 ($array) must be of type array, int given
107 array_udiff_assoc(): Argument #1 ($array) must be of type array, int given
110 array_udiff_assoc(): Argument #1 ($array) must be of type array, int given
128 array_udiff_assoc(): Argument #1 ($array) must be of type array, null given
163 --instance of classWithToString--
[all …]
H A Darray_udiff_uassoc_variation1.phpt39 //array of values to iterate over
76 'instance of classWithToString' => new classWithToString(),
77 'instance of classWithoutToString' => new classWithoutToString(),
86 // loop through each element of the array for array1
102 array_udiff_uassoc(): Argument #1 ($array) must be of type array, int given
105 array_udiff_uassoc(): Argument #1 ($array) must be of type array, int given
108 array_udiff_uassoc(): Argument #1 ($array) must be of type array, int given
111 array_udiff_uassoc(): Argument #1 ($array) must be of type array, int given
129 array_udiff_uassoc(): Argument #1 ($array) must be of type array, null given
164 --instance of classWithToString--
[all …]
H A Darray_udiff_variation1.phpt38 //array of values to iterate over
75 'instance of classWithToString' => new classWithToString(),
85 // loop through each element of the array for array1
101 array_udiff(): Argument #1 ($array) must be of type array, int given
104 array_udiff(): Argument #1 ($array) must be of type array, int given
107 array_udiff(): Argument #1 ($array) must be of type array, int given
110 array_udiff(): Argument #1 ($array) must be of type array, int given
128 array_udiff(): Argument #1 ($array) must be of type array, null given
131 array_udiff(): Argument #1 ($array) must be of type array, null given
163 --instance of classWithToString--
[all …]
H A Darray_uintersect_assoc_variation1.phpt38 //array of values to iterate over
75 'instance of classWithToString' => new classWithToString(),
76 'instance of classWithoutToString' => new classWithoutToString(),
85 // loop through each element of the array for array1
101 array_uintersect_assoc(): Argument #1 ($array) must be of type array, int given
104 array_uintersect_assoc(): Argument #1 ($array) must be of type array, int given
107 array_uintersect_assoc(): Argument #1 ($array) must be of type array, int given
110 array_uintersect_assoc(): Argument #1 ($array) must be of type array, int given
128 array_uintersect_assoc(): Argument #1 ($array) must be of type array, null given
163 --instance of classWithToString--
[all …]
H A Darray_uintersect_uassoc_variation1.phpt39 //array of values to iterate over
76 'instance of classWithToString' => new classWithToString(),
77 'instance of classWithoutToString' => new classWithoutToString(),
86 // loop through each element of the array for array1
102 array_uintersect_uassoc(): Argument #1 ($array) must be of type array, int given
105 array_uintersect_uassoc(): Argument #1 ($array) must be of type array, int given
108 array_uintersect_uassoc(): Argument #1 ($array) must be of type array, int given
111 array_uintersect_uassoc(): Argument #1 ($array) must be of type array, int given
129 array_uintersect_uassoc(): Argument #1 ($array) must be of type array, null given
164 --instance of classWithToString--
[all …]
H A Darray_uintersect_variation1.phpt38 //array of values to iterate over
75 'instance of classWithToString' => new classWithToString(),
76 'instance of classWithoutToString' => new classWithoutToString(),
85 // loop through each element of the array for array1
101 array_uintersect(): Argument #1 ($array) must be of type array, int given
104 array_uintersect(): Argument #1 ($array) must be of type array, int given
107 array_uintersect(): Argument #1 ($array) must be of type array, int given
110 array_uintersect(): Argument #1 ($array) must be of type array, int given
128 array_uintersect(): Argument #1 ($array) must be of type array, null given
163 --instance of classWithToString--
[all …]
H A Darray_diff_variation1.phpt6 * Test array_diff by passing non array values in place of $array1
85 // loop through each element of $inputs to check the behavior of array_diff
103 -- Iteration 1 --array_diff(): Argument #1 ($array) must be of type array, int given
105 -- Iteration 2 --array_diff(): Argument #1 ($array) must be of type array, int given
107 -- Iteration 3 --array_diff(): Argument #1 ($array) must be of type array, int given
109 -- Iteration 4 --array_diff(): Argument #1 ($array) must be of type array, int given
111 -- Iteration 5 --array_diff(): Argument #1 ($array) must be of type array, float given
113 -- Iteration 6 --array_diff(): Argument #1 ($array) must be of type array, float given
115 -- Iteration 7 --array_diff(): Argument #1 ($array) must be of type array, float given
117 -- Iteration 8 --array_diff(): Argument #1 ($array) must be of type array, float given
[all …]
H A Darray_merge_recursive_variation2.phpt6 * Passing non array values to 'arr2' argument of array_merge_recursive() and see
83 // loop through each element of $arrays and check the behavior of array_merge_recursive()
103 -- Iteration 1 --array_merge_recursive(): Argument #2 must be of type array, int given
105 -- Iteration 2 --array_merge_recursive(): Argument #2 must be of type array, int given
107 -- Iteration 3 --array_merge_recursive(): Argument #2 must be of type array, int given
109 -- Iteration 4 --array_merge_recursive(): Argument #2 must be of type array, int given
111 -- Iteration 5 --array_merge_recursive(): Argument #2 must be of type array, float given
113 -- Iteration 6 --array_merge_recursive(): Argument #2 must be of type array, float given
115 -- Iteration 7 --array_merge_recursive(): Argument #2 must be of type array, float given
117 -- Iteration 8 --array_merge_recursive(): Argument #2 must be of type array, float given
[all …]
H A Darray_diff_uassoc_variation1.phpt46 //array of values to iterate over
83 'instance of classWithToString' => new classWithToString(),
84 'instance of classWithoutToString' => new classWithoutToString(),
96 // loop through each element of the array for array1
113 array_diff_uassoc(): Argument #1 ($array) must be of type array, int given
116 array_diff_uassoc(): Argument #1 ($array) must be of type array, int given
119 array_diff_uassoc(): Argument #1 ($array) must be of type array, int given
122 array_diff_uassoc(): Argument #1 ($array) must be of type array, int given
140 array_diff_uassoc(): Argument #1 ($array) must be of type array, null given
175 --instance of classWithToString--
[all …]
H A Darray_merge_variation2.phpt83 // loop through each element of $inputs to check the behavior of array_merge()
103 array_merge(): Argument #2 must be of type array, int given
106 array_merge(): Argument #2 must be of type array, int given
109 array_merge(): Argument #2 must be of type array, int given
112 array_merge(): Argument #2 must be of type array, int given
115 array_merge(): Argument #2 must be of type array, float given
118 array_merge(): Argument #2 must be of type array, float given
130 array_merge(): Argument #2 must be of type array, null given
133 array_merge(): Argument #2 must be of type array, null given
136 array_merge(): Argument #2 must be of type array, true given
[all …]
/PHP-8.3/ext/standard/tests/file/
H A Dcopy_variation16.phpt28 echo "- Size of source file => ";
48 echo "Size of source file => ";
79 - Size of source file => int(3500)
83 Size of source file => int(3500)
90 Size of source file => int(3500)
97 Size of source file => int(3500)
104 Size of source file => int(3500)
111 Size of source file => int(3500)
118 Size of source file => int(3500)
125 Size of source file => int(3500)
[all …]
H A Dcopy_variation6.phpt26 echo "Size of source file => ";
56 echo "Size of source file => ";
78 Size of source file => int(0)
85 Size of source file => int(0)
92 Size of source file => int(0)
99 Size of source file => int(0)
106 Size of source file => int(0)
113 Size of source file => int(0)
120 Size of source file => int(0)
127 Size of source file => int(0)
[all …]
H A Dcopy_variation4.phpt24 /* array of destination file names */
59 echo "Size of source file => ";
91 Size of source file => int(1500)
92 Size of destination file => int(%d)
103 Size of source file => int(1500)
104 Size of destination file => int(%d)
115 Size of source file => int(1500)
116 Size of destination file => int(%d)
127 Size of source file => int(1500)
137 Size of source file => int(1500)
[all …]
H A Dcopy_variation6-win32.phpt26 echo "Size of source file => ";
57 echo "Size of source file => ";
80 Size of source file => int(0)
87 Size of source file => int(0)
88 Size of destination file => int(0)
94 Size of source file => int(0)
101 Size of source file => int(0)
108 Size of source file => int(0)
115 Size of source file => int(0)
122 Size of source file => int(0)
[all …]
H A Dcopy_variation16-win32.phpt28 echo "- Size of source file => ";
48 echo "Size of source file => ";
80 - Size of source file => int(3500)
84 Size of source file => int(3500)
91 Size of source file => int(3500)
98 Size of source file => int(3500)
105 Size of source file => int(3500)
112 Size of source file => int(3500)
119 Size of source file => int(3500)
126 Size of source file => int(3500)
[all …]
/PHP-8.3/ext/standard/tests/image/
H A Dskipif_imagetype.inc2 if (!defined('IMAGETYPE_GIF')) die('skip images of type GIF not supported');
3 if (!defined('IMAGETYPE_JPEG')) die('skip images of type JPEG not supported');
4 if (!defined('IMAGETYPE_PNG')) die('skip images of type PNG not supported');
5 if (!defined('IMAGETYPE_SWF')) die('skip images of type SWF not supported');
6 if (!defined('IMAGETYPE_PSD')) die('skip images of type PSD not supported');
7 if (!defined('IMAGETYPE_BMP')) die('skip images of type BMP not supported');
8 if (!defined('IMAGETYPE_TIFF_II')) die('skip images of type TIFF not supported');
9 if (!defined('IMAGETYPE_TIFF_MM')) die('skip images of type TIFF not supported');
10 if (!defined('IMAGETYPE_JPC')) die('skip images of type JPC not supported');
11 //if (!defined('IMAGETYPE_JP2')) die('skip images of type JP2 not supported');
[all …]
/PHP-8.3/Zend/tests/
H A Dbug33732.phpt2 Bug #33732 (Wrong behavior of constants in class and interface extending)
6 const cA = "const of iA\n";
21 const cA = "const of iA2\n";
39 const of iA
40 const of iA
41 const of iA
42 const of iA2
43 const of iA2
44 const of iA2
45 const of iA2
H A Dcallable_self_parent_static_deprecation.phpt2 Deprecation of self/parent/static in callables
71 Deprecated: Use of "self" in callables is deprecated in %s on line %d
74 Deprecated: Use of "parent" in callables is deprecated in %s on line %d
77 Deprecated: Use of "static" in callables is deprecated in %s on line %d
80 Deprecated: Use of "self" in callables is deprecated in %s on line %d
83 Deprecated: Use of "parent" in callables is deprecated in %s on line %d
86 Deprecated: Use of "static" in callables is deprecated in %s on line %d
115 Deprecated: Use of "self" in callables is deprecated in %s on line %d
124 Deprecated: Use of "self" in callables is deprecated in %s on line %d
159 Deprecated: Use of "self" in callables is deprecated in %s on line %d
[all …]
/PHP-8.3/Zend/tests/type_declarations/union_types/
H A Dtype_checking_weak.phpt2 Behavior of union type checks (weak)
69 "42x" => Argument ... must be of type int|float, string given
70 "x" => Argument ... must be of type int|float, string given
71 "" => Argument ... must be of type int|float, string given
74 null => Argument ... must be of type int|float, null given
75 [] => Argument ... must be of type int|float, array given
76 new stdClass => Argument ... must be of type int|float, stdClass given
122 null => Argument ... must be of type int|bool, null given
123 [] => Argument ... must be of type int|bool, array given
154 null => Argument ... must be of type string|bool, null given
[all …]
/PHP-8.3/tests/lang/
H A DforeachLoop.012.phpt74 --> State of array before loop:
81 --> State of array after loop:
86 --> State of array before loop:
96 --> State of array after loop:
101 --> State of array before loop:
114 --> State of array after loop:
135 --> State of array after loop:
150 --> State of array after loop:
165 --> State of array after loop:
183 --> State of array after loop:
[all …]

Completed in 224 milliseconds

12345678910>>...174