Home
last modified time | relevance | path

Searched refs:arguments (Results 201 – 225 of 975) sorted by relevance

12345678910>>...39

/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_isSubclassOf_002.phpt2 ReflectionObject::isSubclassOf() - bad arguments
11 echo "\n\nTest bad arguments:\n";
39 Test bad arguments:
H A DReflectionObject_isSubclassOf.002.phpt2 ReflectionObject::isSubclassOf() - bad arguments
11 echo "\n\nTest bad arguments:\n";
39 Test bad arguments:
/PHP-7.4/ext/standard/tests/array/
H A Darray_rand_basic2.phpt27 echo"\n-- with all default and optional arguments --\n";
30 // Calling array_rand() with default arguments
39 -- with all default and optional arguments --
H A Darray_unshift_variation6.phpt37 // returns element count in the resulting array after arguments are pushed to
45 /* With optional arguments */
46 // returns element count in the resulting array after arguments are pushed to
57 // returns element count in the resulting array after arguments are pushed to
65 /* With optional arguments */
66 // returns element count in the resulting array after arguments are pushed to
H A Dmax_variation1.phpt18 echo "\n*** Testing large number of arguments ***\n";
33 *** Testing large number of arguments ***
H A Dmin_variation1.phpt18 echo "\n*** Testing large number of arguments ***\n";
33 *** Testing large number of arguments ***
H A Darray_unshift_basic1.phpt21 // returns element count in the resulting array after arguments are pushed to
28 // Calling array_unshift() with optional arguments
30 // returns element count in the resulting array after arguments are pushed to
H A Darray_walk_error2.phpt59 Exception: Too few arguments to function callback1(), 2 passed and exactly 3 expected
60 Exception: Too few arguments to function callback2(), 3 passed and exactly 4 expected
61 Exception: Too few arguments to function callback1(), 2 passed and exactly 3 expected
62 Exception: Too few arguments to function callback2(), 3 passed and exactly 4 expected
H A Darray_walk_recursive_error2.phpt59 Exception: Too few arguments to function callback1(), 2 passed and exactly 3 expected
60 Exception: Too few arguments to function callback2(), 3 passed and exactly 4 expected
61 Exception: Too few arguments to function callback1(), 2 passed and exactly 3 expected
62 Exception: Too few arguments to function callback2(), 3 passed and exactly 4 expected
H A Darray_walk_recursive_variation7.phpt26 echo "-- Anonymous function with two arguments --\n";
29 echo "-- Anonymous function with three arguments --\n";
51 -- Anonymous function with two arguments --
65 -- Anonymous function with three arguments --
H A Darray_walk_variation7.phpt26 echo "-- Anonymous function with two arguments --\n";
29 echo "-- Anonymous function with three arguments --\n";
51 -- Anonymous function with two arguments --
65 -- Anonymous function with three arguments --
/PHP-7.4/ext/date/tests/
H A Dlocaltime_basic.phpt20 // Calling localtime() with all possible arguments
23 // Calling localtime() with possible optional arguments
26 // Calling localtime() with mandatory arguments
H A Dmicrotime_error.phpt2 Test wrong number of arguments for microtime()
13 echo "\n-- Too many arguments --\n";
34 -- Too many arguments --
H A Dgmdate_basic.phpt18 // Calling gmdate() with all possible arguments
21 // Calling gmdate() with mandatory arguments
/PHP-7.4/ext/intl/tests/
H A Dcalendar_setFirstDayOfWeek_error.phpt2 IntlCalendar::setFirstDayOfWeek(): bad arguments
24 Warning: IntlCalendar::setFirstDayOfWeek(): intlcal_set_first_day_of_week: bad arguments in %s on l…
29 Warning: IntlCalendar::setFirstDayOfWeek(): intlcal_set_first_day_of_week: bad arguments in %s on l…
H A Dcalendar_setMinimalDaysInFirstWeek_error.phpt2 IntlCalendar::setMinimalDaysInFirstWeek(): bad arguments
24 …setMinimalDaysInFirstWeek(): intlcal_set_minimal_days_in_first_week: bad arguments in %s on line %d
29 …setMinimalDaysInFirstWeek(): intlcal_set_minimal_days_in_first_week: bad arguments in %s on line %d
H A Dcalendar_toDateTime_error.phpt2 IntlCalendar::toDateTime(): bad arguments
28 Warning: IntlCalendar::toDateTime(): intlcal_to_date_time: bad arguments in %s on line %d
33 Warning: intlcal_to_date_time(): intlcal_to_date_time: bad arguments in %s on line %d
H A Dtimezone_getRegion_error.phpt19 Warning: IntlTimeZone::getRegion(): intltz_get_region: bad arguments in %s on line %d
24 Warning: IntlTimeZone::getRegion(): intltz_get_region: bad arguments in %s on line %d
29 Warning: IntlTimeZone::getRegion(): intltz_get_region: bad arguments in %s on line %d
H A Dtransliterator_create_from_rule_error.phpt36 Warning: Transliterator::createFromRules(): transliterator_create_from_rules: bad arguments in %s o…
37 transliterator_create_from_rules: bad arguments: U_ILLEGAL_ARGUMENT_ERROR
41 Warning: Transliterator::createFromRules(): transliterator_create_from_rules: bad arguments in %s o…
42 transliterator_create_from_rules: bad arguments: U_ILLEGAL_ARGUMENT_ERROR
/PHP-7.4/ext/standard/tests/strings/
H A Dstrrpos_basic2.phpt2 Test strrpos() function : basic functionality - with all arguments
15 echo "-- With all arguments --\n";
37 -- With all arguments --
/PHP-7.4/tests/output/
H A Dob_start_error_001.phpt2 Test wrong number of arguments and wrong arg types for ob_start()
19 echo "\n- Too many arguments\n";
33 - Too many arguments
/PHP-7.4/ext/standard/tests/file/
H A Dfile_get_contents_error.phpt20 echo "\n-- Testing No.of arguments less than expected --\n";
23 echo "\n-- Testing No.of arguments greater than expected --\n";
55 -- Testing No.of arguments less than expected --
59 -- Testing No.of arguments greater than expected --
H A Dfread_error.phpt22 echo "-- Testing fread() with more than expected number of arguments --\n";
26 echo "-- Testing fread() with invalid length arguments --\n";
32 // test invalid arguments : non-resources
33 echo "-- Testing fread() with invalid arguments --\n";
66 -- Testing fread() with more than expected number of arguments --
70 -- Testing fread() with invalid length arguments --
77 -- Testing fread() with invalid arguments --
/PHP-7.4/ext/hash/tests/
H A Dhash_file_error.phpt27 echo "\n-- Testing hash_file() function with less than expected no. of arguments --\n";
30 echo "\n-- Testing hash_file() function with more than expected no. of arguments --\n";
56 -- Testing hash_file() function with less than expected no. of arguments --
61 -- Testing hash_file() function with more than expected no. of arguments --
H A Dhash_hmac_error.phpt15 echo "\n-- Testing hash_hmac() function with less than expected no. of arguments --\n";
20 echo "\n-- Testing hash_hmac() function with more than expected no. of arguments --\n";
35 -- Testing hash_hmac() function with less than expected no. of arguments --
46 -- Testing hash_hmac() function with more than expected no. of arguments --

Completed in 25 milliseconds

12345678910>>...39