Home
last modified time | relevance | path

Searched refs:argument (Results 26 – 50 of 869) sorted by relevance

12345678910>>...35

/PHP-8.3/ext/standard/tests/file/
H A Dfseek_ftell_rewind_variation2.phpt15 2. Testing fseek() without using argument whence
66 -- Testing fseek() without using argument whence --
81 -- Testing fseek() without using argument whence --
96 -- Testing fseek() without using argument whence --
111 -- Testing fseek() without using argument whence --
126 -- Testing fseek() without using argument whence --
141 -- Testing fseek() without using argument whence --
156 -- Testing fseek() without using argument whence --
171 -- Testing fseek() without using argument whence --
186 -- Testing fseek() without using argument whence --
[all …]
H A Dreadfile_variation3.phpt5 /* test readfile() by providing an include path, second argument */
13 echo "*** Testing readfile(): checking second argument, include path ***\n";
29 // use the context argument with include path
30 echo "*** Testing readfile(): checking second argument, include path with context specified ***\n";
44 *** Testing readfile(): checking second argument, include path ***
52 *** Testing readfile(): checking second argument, include path with context specified ***
/PHP-8.3/ext/standard/tests/array/
H A Darray_reverse_variation5.phpt84 - default argument -
94 - default argument -
110 - default argument -
126 - default argument -
160 - default argument -
176 - default argument -
210 - default argument -
247 - default argument -
281 - default argument -
303 - default argument -
[all …]
H A Darray_filter_variation7.phpt17 // anonymous callback function with null argument
18 echo "Anonymous callback function with null argument\n";
21 // anonymous callback function with argument and null statement
22 echo "Anonymous callback function with regular argument and null statement\n";
40 Anonymous callback function with null argument
59 Anonymous callback function with regular argument and null statement
H A Darray_intersect_assoc_variation5.phpt2 …rray_intersect_assoc() function : usage variations - assoc array with diff keys for 'arr1' argument
7 * associative arrays having different possible keys to $arr1 argument.
8 * The $arr2 argument passed is a fixed array
11 echo "*** Testing array_intersect_assoc() : assoc array with diff keys to \$arr1 argument ***\n";
22 // different variations of associative arrays to be passed to $arr1 argument
49 // array to be passed to $arr2 argument
63 // additional argument passed is the same as $arr1 argument
71 *** Testing array_intersect_assoc() : assoc array with diff keys to $arr1 argument ***
H A Darray_intersect_assoc_variation6.phpt2 …rray_intersect_assoc() function : usage variations - assoc array with diff keys for 'arr2' argument
7 * associative arrays having different possible keys to $arr2 argument.
8 * The $arr1 argument passed is a fixed array.
11 echo "*** Testing array_intersect_assoc() : assoc array with diff keys to \$arr2 argument ***\n";
22 // different variations of associative arrays to be passed to $arr2 argument
49 // array to be passed to $arr1 argument
63 // additional argument passed is the same as $arr1 argument
71 *** Testing array_intersect_assoc() : assoc array with diff keys to $arr2 argument ***
H A Darray_intersect_variation6.phpt2 Test array_intersect() function : usage variations - assoc array with diff keys for 'arr2' argument
7 * associative arrays having different possible keys to $arr2 argument.
8 * The $arr1 argument is a fixed array.
11 echo "*** Testing array_intersect() : assoc array with diff keys to \$arr2 argument ***\n";
22 // different variations of associative arrays to be passed to $arr2 argument
49 // array to be passed to $arr1 argument
61 // additional argument passed is the same as $arr1 argument
69 *** Testing array_intersect() : assoc array with diff keys to $arr2 argument ***
H A Darray_merge_recursive_variation3.phpt80 // with default argument
96 -- With default argument --
126 -- With default argument --
156 -- With default argument --
186 -- With default argument --
208 -- With default argument --
234 -- With default argument --
274 -- With default argument --
312 -- With default argument --
362 -- With default argument --
[all …]
H A Darray_reverse_variation3.phpt63 // with default argument
82 - with default argument -
104 - with default argument -
126 - with default argument -
166 - with default argument -
188 - with default argument -
198 - with default argument -
214 - with default argument -
260 - with default argument -
288 - with default argument -
[all …]
H A Darray_reverse_variation4.phpt7 * keys for $array argument
58 // with default argument
81 - default argument -
91 - default argument -
107 - default argument -
123 - default argument -
157 - default argument -
194 - default argument -
231 - default argument -
253 - default argument -
[all …]
H A Darray_merge_recursive_variation10.phpt7 * two dimensional arrays for $arr1 argument.
10 echo "*** Testing array_merge_recursive() : two dimensional array for \$arr1 argument ***\n";
20 // initialize the second argument
24 echo "-- With default argument --\n";
30 echo "-- With default argument --\n";
38 *** Testing array_merge_recursive() : two dimensional array for $arr1 argument ***
40 -- With default argument --
143 -- With default argument --
H A Darray_fill_variation3.phpt2 Test array_fill() function : usage variations - unexpected values for 'val' argument
6 * testing array_fill() by passing different unexpected values for 'val' argument
30 //array of different values for 'val' argument
45 // loop through each element of the array for 'val' argument
47 echo "--- Testing array_fill() with different values for 'val' argument ---\n";
63 --- Testing array_fill() with different values for 'val' argument ---
H A Darray_intersect_variation5.phpt2 Test array_intersect() function : usage variations - assoc array with diff keys for 'arr1' argument
7 * associative arrays having different possible keys to $arr1 argument.
8 * The $arr2 argument is a fixed array
11 echo "*** Testing array_intersect() : assoc array with diff keys to \$arr1 argument ***\n";
22 // different variations of associative arrays to be passed to $arr1 argument
49 // array to be passed to $arr2 argument
61 // additional argument passed is the same as $arr1 argument
69 *** Testing array_intersect() : assoc array with diff keys to $arr1 argument ***
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
21 // Calling array_rand() with optional argument
26 echo"\n-- with default argument --\n";
50 -- with default argument --
H A Darray_unshift_variation6.phpt2 Test array_unshift() function : usage variations - two dimensional arrays for 'array' argument
7 * arrays and also sub-arrays within the two-dimensional array for $array argument.
8 * The $var argument passed is a fixed value
11 echo "*** Testing array_unshift() : two dimensional arrays for \$array argument ***\n";
13 // initializing $var argument
16 // two-dimensional array to be passed to $array argument
31 /* With default argument */
49 /* Passing the sub-array within the $two_dimensional_array to $array argument */
51 /* With default argument */
72 *** Testing array_unshift() : two dimensional arrays for $array argument ***
H A Darray_combine_error2.phpt12 echo "\n-- Testing array_combine() function with empty array for \$keys argument --\n";
20 echo "\n-- Testing array_combine() function with empty array for \$values argument --\n";
43 -- Testing array_combine() function with empty array for $keys argument --
44 array_combine(): Argument #1 ($keys) and argument #2 ($values) must have the same number of elements
45 -- Testing array_combine() function with empty array for $values argument --
46 array_combine(): Argument #1 ($keys) and argument #2 ($values) must have the same number of elements
48 array_combine(): Argument #1 ($keys) and argument #2 ($values) must have the same number of elements
H A Darray_merge_recursive_variation7.phpt10 echo "*** Testing array_merge_recursive() : array with reference variables for \$arr1 argument ***\…
27 // initialize the second argument
30 echo "-- With default argument --\n";
39 *** Testing array_merge_recursive() : array with reference variables for $arr1 argument ***
40 -- With default argument --
H A Darray_merge_recursive_variation5.phpt7 * associative arrays having different values to $arr1 argument.
59 // with default argument
60 echo "-- With default argument --\n";
78 -- With default argument --
108 -- With default argument --
146 -- With default argument --
190 -- With default argument --
238 -- With default argument --
276 -- With default argument --
314 -- With default argument --
[all …]
H A Darray_merge_recursive_variation8.phpt9 echo "*** Testing array_merge_recursive() : array with binary data for \$arr1 argument ***\n";
14 // initialize the second argument
17 echo "-- With default argument --\n";
26 *** Testing array_merge_recursive() : array with binary data for $arr1 argument ***
27 -- With default argument --
/PHP-8.3/ext/spl/tests/
H A Diterator_056.phpt59 FilterIterator::__construct() expects exactly 1 argument, 0 given
60 CachingIterator::__construct() expects at least 1 argument, 0 given
61 RecursiveCachingIterator::__construct() expects at least 1 argument, 0 given
62 ParentIterator::__construct() expects exactly 1 argument, 0 given
63 LimitIterator::__construct() expects at least 1 argument, 0 given
64 NoRewindIterator::__construct() expects exactly 1 argument, 0 given
/PHP-8.3/Zend/tests/arg_unpack/
H A Dpositional_arg_after_unpack_error.phpt2 Positional arguments cannot be used after argument unpacking
10 Fatal error: Cannot use positional argument after argument unpacking in %s on line %d
/PHP-8.3/ext/mbstring/tests/
H A Dmb_ereg_basic.phpt31 echo "-- Without \$regs argument--\n";
34 echo "--With \$regs argument --\n";
41 echo "-- Without \$regs argument --\n";
44 echo "-- With \$regs argument --\n";
79 -- Without $regs argument--
82 --With $regs argument --
97 -- Without $regs argument --
100 -- With $regs argument --
/PHP-8.3/tests/lang/
H A DforeachLoop.003.phpt36 Warning: foreach() argument must be of type array|object, true given in %s on line %d
38 Warning: foreach() argument must be of type array|object, null given in %s on line 9
40 Warning: foreach() argument must be of type array|object, int given in %s on line 14
42 Warning: foreach() argument must be of type array|object, float given in %s on line 19
44 Warning: foreach() argument must be of type array|object, string given in %s on line 24
/PHP-8.3/sapi/cli/tests/
H A Dbug78323.phpt14 // 3 no argument for option
41 // no argument for option
65 Error in argument %d, char %d: : in flags
69 Error in argument %d, char %d: option not found %s
73 Error in argument %d, char %d: no argument for option %s
/PHP-8.3/ext/standard/tests/strings/
H A Dprintf_error.phpt22 echo "\n-- Call printf with one argument less than expected --\n";
39 echo "\n-- Call printf with two argument less than expected --\n";
51 echo "\n-- Call printf with three argument less than expected --\n";
63 printf() expects at least 1 argument, 0 given
67 -- Call printf with one argument less than expected --
72 -- Call printf with two argument less than expected --
76 -- Call printf with three argument less than expected --

Completed in 30 milliseconds

12345678910>>...35