/PHP-8.3/ext/spl/tests/ |
H A D | arrayObject_uksort_error1.phpt | 25 ArrayObject::uksort() expects exactly 1 argument, 0 given 26 ArrayObject::uksort() expects exactly 1 argument, 2 given
|
/PHP-8.3/ext/standard/tests/array/ |
H A D | array_intersect_assoc_basic.phpt | 18 // 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 D | array_map_variation9.phpt | 6 * 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 D | array_unshift_basic2.phpt | 2 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 D | array_unique_variation5.phpt | 10 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 D | array_unique_variation7.phpt | 9 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 D | sizeof_variation2.phpt | 2 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 D | array_map_variation14.phpt | 2 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 D | array_unique_variation3.phpt | 7 * 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 D | array_fill_variation4.phpt | 2 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 D | array_intersect_basic.phpt | 18 // 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 D | array_merge_recursive_variation2.phpt | 2 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 D | array_unshift_object.phpt | 2 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 D | array_unique_variation6.phpt | 10 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/random/tests/03_randomizer/methods/ |
H A D | pickArrayKeys_error.phpt | 47 …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/range/ |
H A D | range_inputs_null_variations.phpt | 2 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 D | timezone_offset_get_error.phpt | 12 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 D | sprintf_error.phpt | 22 // 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 D | chr_variation1.phpt | 2 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 D | unpack_offset.phpt | 28 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 D | chunk_split_variation3.phpt | 11 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 D | gmp_random_range.phpt | 77 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 D | msgfmt_format_error4.phpt | 18 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 D | msgfmt_format_error5.phpt | 2 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 D | ReflectionExtension_constructor_error.phpt | 29 Ok - ReflectionExtension::__construct() expects exactly 1 argument, 0 given 30 Ok - ReflectionExtension::__construct() expects exactly 1 argument, 2 given
|