Home
last modified time | relevance | path

Searched refs:arguments (Results 26 – 50 of 975) sorted by relevance

12345678910>>...39

/PHP-7.4/ext/standard/tests/array/
H A Deach_error.phpt12 * Pass an incorrect number of arguments to each() to test behaviour
17 // Zero arguments
18 echo "\n-- Testing each() function with Zero arguments --\n";
21 //Test each with one more than the expected number of arguments
22 echo "\n-- Testing each() function with more than expected no. of arguments --\n";
32 -- Testing each() function with Zero arguments --
37 -- Testing each() function with more than expected no. of arguments --
H A Darray_merge_recursive_basic1.phpt17 // Calling array_merge_recursive() without arguments
18 echo "-- Without arguments --\n";
21 // Calling array_merge_recursive() with default arguments
25 // Calling array_merge_recursive() with more arguments
26 echo "-- With more arguments --\n";
34 -- Without arguments --
49 -- With more arguments --
H A Darray_diff_uassoc_error.phpt28 //Test array_diff_uassoc with one more than the expected number of arguments
29 echo "\n-- Testing array_diff_uassoc() function with more than expected no. of arguments --\n";
33 // Testing array_diff_uassoc with one less than the expected number of arguments
34 echo "\n-- Testing array_diff_uassoc() function with less than expected no. of arguments --\n";
37 // Testing array_diff_uassoc with no arguments
38 echo "\n-- Testing array_diff_uassoc() function with no arguments --\n";
45 -- Testing array_diff_uassoc() function with more than expected no. of arguments --
53 -- Testing array_diff_uassoc() function with less than expected no. of arguments --
58 -- Testing array_diff_uassoc() function with no arguments --
H A Darray_merge_recursive_variation1.phpt97 // with more arguments
116 -- With more arguments --
124 -- With more arguments --
132 -- With more arguments --
140 -- With more arguments --
148 -- With more arguments --
156 -- With more arguments --
164 -- With more arguments --
172 -- With more arguments --
180 -- With more arguments --
[all …]
H A Dkey_exists_basic.phpt2 Test function key_exists() by calling it with its expected arguments
8 echo "*** test key_exists() by calling it with its expected arguments ***\n";
13 *** test key_exists() by calling it with its expected arguments ***
/PHP-7.4/ext/imap/tests/
H A Dimap_close_error.phpt15 * Pass an incorrect number of arguments to imap_close() to test behaviour
21 // Zero arguments
22 echo "\n-- Testing imap_close() function with Zero arguments --\n";
25 //Test imap_close with one more than the expected number of arguments
26 echo "\n-- Testing imap_close() function with more than expected no. of arguments --\n";
36 -- Testing imap_close() function with Zero arguments --
41 -- Testing imap_close() function with more than expected no. of arguments --
H A Dimap_fetchheader_error.phpt15 * Pass an incorrect number of arguments to imap_fetchheader() to test behaviour
21 //Test imap_fetchheader with one more than the expected number of arguments
22 echo "\n-- Testing imap_fetchheader() function with more than expected no. of arguments --\n";
30 // Testing imap_fetchheader with one less than the expected number of arguments
31 echo "\n-- Testing imap_fetchheader() function with less than expected no. of arguments --\n";
40 -- Testing imap_fetchheader() function with more than expected no. of arguments --
45 -- Testing imap_fetchheader() function with less than expected no. of arguments --
H A Dimap_fetch_overview_error.phpt16 * Pass an incorrect number of arguments to imap_fetch_overview() to test behaviour
23 //Test imap_fetch_overview with one more than the expected number of arguments
24 echo "\n-- Testing imap_fetch_overview() function with more than expected no. of arguments --\n";
31 // Testing imap_fetch_overview with one less than the expected number of arguments
32 echo "\n-- Testing imap_fetch_overview() function with less than expected no. of arguments --\n";
43 -- Testing imap_fetch_overview() function with more than expected no. of arguments --
50 -- Testing imap_fetch_overview() function with less than expected no. of arguments --
H A Dimap_fetchbody_error.phpt16 * Pass an incorrect number of arguments to imap_fetchbody() to test behaviour
22 //Test imap_fetchbody with one more than the expected number of arguments
23 echo "\n-- Testing imap_fetchbody() function with more than expected no. of arguments --\n";
33 // Testing imap_fetchbody with one less than the expected number of arguments
34 echo "\n-- Testing imap_fetchbody() function with less than expected no. of arguments --\n";
46 -- Testing imap_fetchbody() function with more than expected no. of arguments --
53 -- Testing imap_fetchbody() function with less than expected no. of arguments --
H A Dimap_close_basic.phpt28 // Calling imap_close() with all possible arguments
29 echo "\n-- Call to imap_close() with all possible arguments --\n";
36 // Calling imap_close() with mandatory arguments
37 echo "\n-- Call to imap_close() with mandatory arguments --\n";
50 -- Call to imap_close() with all possible arguments --
54 -- Call to imap_close() with mandatory arguments --
/PHP-7.4/ext/standard/tests/strings/
H A Dprintf_basic9.phpt28 echo "\n-- Calling printf() with no arguments --\n";
33 echo "\n-- Calling printf() with one arguments --\n";
41 echo "\n-- Calling printf() with two arguments --\n";
49 echo "\n-- Calling printf() with three arguments --\n";
62 -- Calling printf() with no arguments --
66 -- Calling printf() with one arguments --
72 -- Calling printf() with two arguments --
78 -- Calling printf() with three arguments --
H A Dsubstr.phpt33 /* variations with two arguments */
42 /* variations with three arguments */
103 -- Variations for two arguments --
108 -- Variations for three arguments --
121 -- Variations for two arguments --
126 -- Variations for three arguments --
139 -- Variations for two arguments --
144 -- Variations for three arguments --
157 -- Variations for two arguments --
175 -- Variations for two arguments --
[all …]
H A Dprintf_basic6.phpt21 echo "\n-- Calling printf() with no arguments --\n";
31 echo "\n-- Calling printf() with two arguments --\n";
36 echo "\n-- Calling printf() with three arguments --\n";
45 -- Calling printf() with no arguments --
53 -- Calling printf() with two arguments --
57 -- Calling printf() with three arguments --
H A Dchr_error.phpt13 echo "\n-- Testing chr() function with no arguments --\n";
16 echo "\n-- Testing chr() function with more than expected no. of arguments --\n";
25 -- Testing chr() function with no arguments --
30 -- Testing chr() function with more than expected no. of arguments --
/PHP-7.4/ext/posix/tests/
H A Dposix_getgrgid_error.phpt17 // Zero arguments
18 echo "\n-- Testing posix_getgrgid() function with Zero arguments --\n";
21 //Test posix_getgrgid with one more than the expected number of arguments
22 echo "\n-- Testing posix_getgrgid() function with more than expected no. of arguments --\n";
37 -- Testing posix_getgrgid() function with Zero arguments --
42 -- Testing posix_getgrgid() function with more than expected no. of arguments --
/PHP-7.4/ext/zlib/tests/
H A Dgzuncompress_error1.phpt19 // Zero arguments
20 echo "\n-- Testing gzuncompress() function with Zero arguments --\n";
23 //Test gzuncompress with one more than the expected number of arguments
24 echo "\n-- Testing gzuncompress() function with more than expected no. of arguments --\n";
36 echo "\n-- Testing with incorrect arguments --\n";
55 -- Testing gzuncompress() function with Zero arguments --
60 -- Testing gzuncompress() function with more than expected no. of arguments --
70 -- Testing with incorrect arguments --
/PHP-7.4/ext/standard/tests/class_object/
H A Dproperty_exists_error.phpt18 echo "\n-- Testing property_exists() function with more than expected no. of arguments --\n";
22 echo "\n-- Testing property_exists() function with less than expected no. of arguments --\n";
25 echo "\n-- Testing property_exists() function with incorrect arguments --\n";
33 -- Testing property_exists() function with more than expected no. of arguments --
38 -- Testing property_exists() function with less than expected no. of arguments --
43 -- Testing property_exists() function with incorrect arguments --
/PHP-7.4/ext/standard/tests/file/
H A Dchmod_error.phpt14 //Test chmod with one more than the expected number of arguments
15 echo "\n-- Testing chmod() function with more than expected no. of arguments --\n";
21 // Testing chmod with one less than the expected number of arguments
22 echo "\n-- Testing chmod() function with less than expected no. of arguments --\n";
35 -- Testing chmod() function with more than expected no. of arguments --
40 -- Testing chmod() function with less than expected no. of arguments --
H A Dparse_ini_file_error.phpt13 // Zero arguments
14 echo "\n-- Testing parse_ini_file() function with Zero arguments --\n";
17 //Test parse_ini_file with one more than the expected number of arguments
18 echo "\n-- Testing parse_ini_file() function with more than expected no. of arguments --\n";
33 -- Testing parse_ini_file() function with Zero arguments --
38 -- Testing parse_ini_file() function with more than expected no. of arguments --
/PHP-7.4/Zend/tests/function_arguments/
H A Dargument_count_incorrect_userland.phpt2 Call userland function with incorrect number of arguments
38 Too few arguments to function foo(), 0 passed in %s and exactly 1 expected
40 Too few arguments to function bar(), 1 passed in %s and exactly 2 expected
42 Too few arguments to function bat(), 1 passed in %s and exactly 2 expected
44 Too few arguments to function bat(), 1 passed in %s and exactly 2 expected
/PHP-7.4/ext/intl/tests/
H A Dcalendar_get_getActualMaximum_Minumum_error.phpt2 IntlCalendar::get/getActualMaximum/getActualMinimum(): bad arguments
33 Warning: IntlCalendar::get(): intlcal_get: bad arguments in %s on line %d
38 Warning: IntlCalendar::getActualMaximum(): intlcal_get_actual_maximum: bad arguments in %s on line …
43 Warning: IntlCalendar::getActualMinimum(): intlcal_get_actual_minimum: bad arguments in %s on line …
57 Warning: IntlCalendar::get(): intlcal_get: bad arguments in %s on line %d
62 Warning: IntlCalendar::getActualMaximum(): intlcal_get_actual_maximum: bad arguments in %s on line …
67 Warning: IntlCalendar::getActualMinimum(): intlcal_get_actual_minimum: bad arguments in %s on line …
72 Warning: IntlCalendar::get(): intlcal_get: bad arguments in %s on line %d
77 Warning: IntlCalendar::getActualMaximum(): intlcal_get_actual_maximum: bad arguments in %s on line …
82 Warning: IntlCalendar::getActualMinimum(): intlcal_get_actual_minimum: bad arguments in %s on line …
H A Dcalendar_setSkipped_RepeatedWallTimeOption_error.phpt2 IntlCalendar::setSkipped/RepeatedWallTimeOption(): bad arguments
34 …r::setSkippedWallTimeOption(): intlcal_set_skipped_wall_time_option: bad arguments in %s on line %d
39 …:setRepeatedWallTimeOption(): intlcal_set_repeated_wall_time_option: bad arguments in %s on line %d
44 …r::setSkippedWallTimeOption(): intlcal_set_skipped_wall_time_option: bad arguments in %s on line %d
49 …:setRepeatedWallTimeOption(): intlcal_set_repeated_wall_time_option: bad arguments in %s on line %d
54 …r::setSkippedWallTimeOption(): intlcal_set_skipped_wall_time_option: bad arguments in %s on line %d
59 …:setRepeatedWallTimeOption(): intlcal_set_repeated_wall_time_option: bad arguments in %s on line %d
70 …et_skipped_wall_time_option(): intlcal_set_skipped_wall_time_option: bad arguments in %s on line %d
75 …_repeated_wall_time_option(): intlcal_set_repeated_wall_time_option: bad arguments in %s on line %d
H A Dgregoriancalendar___construct_error.phpt2 IntlGregorianCalendar::__construct(): bad arguments
29 Warning: intlgregcal_create_instance(): intlgregcal_create_instance: too many arguments in %s on li…
32 Warning: intlgregcal_create_instance(): intlgregcal_create_instance: too many arguments in %s on li…
35 Warning: intlgregcal_create_instance(): intlgregcal_create_instance: no variant with 4 arguments (e…
38 …Calendar::__construct(): intlgregcal_create_instance: no variant with 4 arguments (excluding trail…
/PHP-7.4/ext/date/tests/
H A Dgmmktime_variation8.phpt2 Test gmmktime() function : usage variation - Passing octal and hexadecimal values to arguments.
21 echo "\n-- Testing gmmktime() function with supplying octal values to arguments --\n";
32 echo "\n-- Testing gmmktime() function with supplying hexa decimal values to arguments --\n";
39 -- Testing gmmktime() function with supplying octal values to arguments --
42 -- Testing gmmktime() function with supplying hexa decimal values to arguments --
/PHP-7.4/ext/spl/tests/
H A DarrayObject___construct_error2.phpt2 SPL: ArrayObject::__construct with too many arguments.
5 echo "Too many arguments:\n";
21 Too many arguments:

Completed in 44 milliseconds

12345678910>>...39