/php-src/ext/spl/tests/ |
H A D | arrayObject_uasort_error1.phpt | 25 ArrayObject::uasort() expects exactly 1 argument, 0 given 26 ArrayObject::uasort() expects exactly 1 argument, 2 given
|
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-src/ext/standard/tests/array/range/ |
H A D | bug32021.phpt | 12 …ument #1 ($start) must be a single byte string if argument #2 ($end) is a single byte string, argu…
|
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-src/ext/intl/tests/ |
H A D | calendar_before_after_error.phpt | 63 error: 0, IntlCalendar::after() expects exactly 1 argument, 0 given 65 error: 0, IntlCalendar::before() expects exactly 1 argument, 0 given 71 error: 0, IntlCalendar::after() expects exactly 1 argument, 2 given 73 error: 0, IntlCalendar::before() expects exactly 1 argument, 2 given
|
H A D | msgfmt_format_error4.phpt | 19 Warning: MessageFormatter::format(): Invalid UTF-8 data in argument key: '�' in %s on line %d 22 Warning: MessageFormatter::format(): Invalid UTF-8 data in string argument: '�' in %s on line %d
|
/php-src/ext/standard/tests/strings/ |
H A D | setlocale_basic3.phpt | 2 Test setlocale() function : basic functionality - passing multiple locales as argument 15 /* Test the setlocale() when multiple locales are provided as argument */ 37 pass as argument to setlocale() */ 38 echo "*** Testing setlocale() by passing multiple locales as argument ***\n"; 58 // Now check for three locales that is present in the system and use that as argument to setlocale() 87 *** Testing setlocale() by passing multiple locales as argument ***
|
H A D | setlocale_variation1.phpt | 2 Test setlocale() function : usage variations - passing multiple valid/invalid locales as argument 15 /* Test the setlocale() when multiple valid/invalid locales are provided as argument */ 37 pass as argument to setlocale(), pass 2 invalid arguments along with two valid arguments*/ 38 echo "*** Testing setlocale() by passing multiple valid/invalid locales as argument ***\n"; 57 // Now check for three locales that is present in the system and use that as argument to setlocale() 86 *** Testing setlocale() by passing multiple valid/invalid locales as argument ***
|
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 ***
|
/php-src/ext/standard/tests/array/ |
H A D | array_unshift_variation9.phpt | 2 Test array_unshift() function : usage variations - heredoc strings for 'var' argument 7 * heredoc strings for $var argument that is prepended to the array 8 * passed through $array argument 11 echo "*** Testing array_unshift() : heredoc strings for \$var argument ***\n"; 52 // array to be passed to $array argument 55 // different heredoc strings to be passed to $var argument 71 /* with default argument */ 93 *** Testing array_unshift() : heredoc strings for $var 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_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_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_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_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_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 ***
|
/php-src/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-src/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-src/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)
|