Home
last modified time | relevance | path

Searched refs:argument (Results 151 – 175 of 869) sorted by relevance

12345678910>>...35

/PHP-8.3/ext/spl/tests/
H A DarrayObject_uksort_error1.phpt25 ArrayObject::uksort() expects exactly 1 argument, 0 given
26 ArrayObject::uksort() expects exactly 1 argument, 2 given
/PHP-8.3/ext/random/tests/03_randomizer/methods/
H A DpickArrayKeys_error.phpt47 …rrayKeys(): Argument #2 ($num) must be between 1 and the number of elements in argument #1 ($array)
48 …rrayKeys(): Argument #2 ($num) must be between 1 and the number of elements in argument #1 ($array)
49 …rrayKeys(): Argument #2 ($num) must be between 1 and the number of elements in argument #1 ($array)
/PHP-8.3/ext/standard/tests/array/
H A Darray_intersect_assoc_basic.phpt18 // default key array for both $arr1 and $arr2 argument
21 // default key array for $arr1 and associative array for $arr2 argument
27 // associative array for both $arr1 and $arr2 argument
H A Darray_map_variation9.phpt6 * Test array_map() by passing array having binary values for $arr1 argument
9 echo "*** Testing array_map() : array with binary data for 'arr1' argument ***\n";
36 *** Testing array_map() : array with binary data for 'arr1' argument ***
H A Darray_unshift_basic2.phpt2 Test array_unshift() function : basic functionality - associative arrays for 'array' argument
6 * Testing array_unshift() by giving associative arrays for $array argument
14 // Calling array_unshift() with default argument
H A Dsizeof_variation2.phpt2 Test sizeof() function : usage variations - different array values for 'var' argument
10 echo "--- Testing sizeof() with different array values for 'var' argument ---\n";
12 // array containing different types of array values for 'var' argument
30 // loop through each element of the values array for 'var' argument
57 --- Testing sizeof() with different array values for 'var' argument ---
H A Darray_unique_variation5.phpt10 echo "*** Testing array_unique() : array with duplicate keys for \$input argument ***\n";
19 *** Testing array_unique() : array with duplicate keys for $input argument ***
H A Darray_unique_variation7.phpt9 echo "*** Testing array_unique() : array with binary data for \$input argument ***\n";
19 *** Testing array_unique() : array with binary data for $input argument ***
H A Darray_map_variation14.phpt2 Test array_map() function : usage variations - null value for 'callback' argument
6 * Test array_map() by passing null values for $callback argument and testing whether shortest
10 echo "*** Testing array_map() : null value for 'callback' argument ***\n";
50 *** Testing array_map() : null value for 'callback' argument ***
H A Darray_unique_variation3.phpt7 * associative arrays having different keys to $input argument.
10 echo "*** Testing array_unique() : assoc. array with diff. keys passed to \$input argument ***\n";
32 // different associative arrays to be passed to $input argument
60 *** Testing array_unique() : assoc. array with diff. keys passed to $input argument ***
H A Darray_fill_variation4.phpt2 Test array_fill() function : usage variations - using return value of array_fill for 'val' argument
5 /* passing array_fill() as the 'val' argument in array_fill() function */
15 // array of possible valid values for 'val' argument
H A Darray_intersect_basic.phpt18 // default key array for both $arr1 and $arr2 argument
21 // default key array for $arr1 and associative array for $arr2 argument
27 // associative array for both $arr1 and $arr2 argument
H A Darray_merge_recursive_variation2.phpt2 Test array_merge_recursive() function : usage variations - unexpected values for $arr2 argument
6 * Passing non array values to 'arr2' argument of array_merge_recursive() and see
10 echo "*** Testing array_merge_recursive() : Passing non array values to \$arr2 argument ***\n";
12 // initialise the first argument
35 // unexpected values to be passed to $arr2 argument
101 *** Testing array_merge_recursive() : Passing non array values to $arr2 argument ***
H A Darray_unshift_object.phpt2 Test array_unshift() function : passing object for 'var' argument
7 * an object to the $var argument
10 echo "*** Testing array_unshift() : Passing object to \$var argument ***\n";
60 // array to be passed to $array argument
77 /* with default argument */
100 *** Testing array_unshift() : Passing object to $var argument ***
H A Darray_unique_variation6.phpt10 echo "*** Testing array_unique() : array with reference variables for \$input argument ***\n";
32 *** Testing array_unique() : array with reference variables for $input argument ***
/PHP-8.3/ext/standard/tests/array/range/
H A Drange_inputs_null_variations.phpt2 Test range() function with null as argument.
100 …ument #1 ($start) must be a single byte string if argument #2 ($end) is a single byte string, argu…
108 …gument #2 ($end) must be a single byte string if argument #1 ($start) is a single byte string, arg…
/PHP-8.3/ext/date/tests/
H A Dtimezone_offset_get_error.phpt12 echo "\n-- Testing timezone_offset_get() function with an invalid values for \$object argument --\n…
35 echo "\n-- Testing timezone_offset_get() function with an invalid values for \$datetime argument --…
61 -- Testing timezone_offset_get() function with an invalid values for $object argument --
69 -- Testing timezone_offset_get() function with an invalid values for $datetime argument --
/PHP-8.3/ext/standard/tests/strings/
H A Dsprintf_error.phpt22 // with one argument less than expected
39 // with two argument less than expected
51 // with three argument less than expected
76 sprintf() expects at least 1 argument, 0 given
H A Dchr_variation1.phpt2 Test chr() function : usage variations - test values for $ascii argument
6 echo "*** Testing chr() function: with unexpected inputs for 'ascii' argument ***\n";
51 *** Testing chr() function: with unexpected inputs for 'ascii' argument ***
H A Dunpack_offset.phpt28 unpack(): Argument #3 ($offset) must be contained in argument #2 ($data)
29 unpack(): Argument #3 ($offset) must be contained in argument #2 ($data)
H A Dchunk_split_variation3.phpt11 echo "*** Testing chunk_split() : unexpected large 'end' string argument variation 2 ***\n";
20 *** Testing chunk_split() : unexpected large 'end' string argument variation 2 ***
/PHP-8.3/ext/gmp/tests/
H A Dgmp_random_range.phpt77 gmp_random_range(): Argument #1 ($min) must be less than argument #2 ($maximum)
78 gmp_random_range(): Argument #1 ($min) must be less than argument #2 ($maximum)
79 gmp_random_range(): Argument #1 ($min) must be less than argument #2 ($maximum)
/PHP-8.3/ext/intl/tests/
H A Dmsgfmt_format_error4.phpt18 Warning: MessageFormatter::format(): Invalid UTF-8 data in argument key: '�' in %s on line %d
21 Warning: MessageFormatter::format(): Invalid UTF-8 data in string argument: '�' in %s on line %d
H A Dmsgfmt_format_error5.phpt2 MessageFormatter::format() invalid date/time argument
21 Warning: MessageFormatter::format(): The argument for key 'foo' cannot be used as a date or time in…
/PHP-8.3/ext/reflection/tests/
H A DReflectionExtension_constructor_error.phpt29 Ok - ReflectionExtension::__construct() expects exactly 1 argument, 0 given
30 Ok - ReflectionExtension::__construct() expects exactly 1 argument, 2 given

Completed in 21 milliseconds

12345678910>>...35