Home
last modified time | relevance | path

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

12345678910>>...63

/PHP-7.0/ext/fileinfo/tests/
H A Dfinfo_buffer_error.phpt19 //Test finfo_buffer with one more than the expected number of arguments
20 echo "\n-- Testing finfo_buffer() function with more than expected no. of arguments --\n";
26 // Testing finfo_buffer with one less than the expected number of arguments
27 echo "\n-- Testing finfo_buffer() function with less than expected no. of arguments --\n";
36 -- Testing finfo_buffer() function with more than expected no. of arguments --
41 -- Testing finfo_buffer() function with less than expected no. of arguments --
/PHP-7.0/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 --
H A Dis_a_error_001.phpt15 //Test is_a with one more than the expected number of arguments
16 echo "\n-- Testing is_a() function with more than expected no. of arguments --\n";
24 //Test is_a with one more than the expected number of arguments
29 // Testing is_a with one less than the expected number of arguments
30 echo "\n-- Testing is_a() function with less than expected no. of arguments --\n";
40 -- Testing is_a() function with more than expected no. of arguments --
50 -- Testing is_a() function with less than expected no. of arguments --
/PHP-7.0/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 --
/PHP-7.0/ext/xml/tests/
H A Dxml_parse_into_struct_error.phpt19 //Test xml_parse_into_struct with one more than the expected number of arguments
20 echo "\n-- Testing xml_parse_into_struct() function with more than expected no. of arguments --\n";
28 // Testing xml_parse_into_struct with one less than the expected number of arguments
29 echo "\n-- Testing xml_parse_into_struct() function with less than expected no. of arguments --\n";
39 -- Testing xml_parse_into_struct() function with more than expected no. of arguments --
44 -- Testing xml_parse_into_struct() function with less than expected no. of arguments --
H A Dxml_set_object_error.phpt20 //Test xml_set_object with one more than the expected number of arguments
21 echo "\n-- Testing xml_set_object() function with more than expected no. of arguments --\n";
29 // Testing xml_set_object with one less than the expected number of arguments
30 echo "\n-- Testing xml_set_object() function with less than expected no. of arguments --\n";
41 -- Testing xml_set_object() function with more than expected no. of arguments --
46 -- Testing xml_set_object() function with less than expected no. of arguments --
/PHP-7.0/ext/zlib/tests/
H A Dgzopen_error.phpt20 //Test gzopen with one more than the expected number of arguments
21 echo "\n-- Testing gzopen() function with more than expected no. of arguments --\n";
28 // Testing gzopen with one less than the expected number of arguments
29 echo "\n-- Testing gzopen() function with less than expected no. of arguments --\n";
38 -- Testing gzopen() function with more than expected no. of arguments --
43 -- Testing gzopen() function with less than expected no. of arguments --
/PHP-7.0/ext/gd/tests/
H A Dimagecolorallocate_error.phpt24 //Test imagecolorallocate with one more than the expected number of arguments
25 echo "\n-- Testing imagecolorallocate() function with more than expected no. of arguments --\n";
28 // Testing imagecolorallocate with one less than the expected number of arguments
29 echo "\n-- Testing imagecolorallocate() function with less than expected no. of arguments --\n";
37 -- Testing imagecolorallocate() function with more than expected no. of arguments --
42 -- Testing imagecolorallocate() function with less than expected no. of arguments --
/PHP-7.0/ext/standard/tests/mail/
H A Dmail_error.phpt14 //Test mail with one more than the expected number of arguments
15 echo "\n-- Testing mail() function with more than expected no. of arguments --\n";
24 // Testing mail with one less than the expected number of arguments
25 echo "\n-- Testing mail() function with less than expected no. of arguments --\n";
35 -- Testing mail() function with more than expected no. of arguments --
40 -- Testing mail() function with less than expected no. of arguments --
/PHP-7.0/Zend/tests/
H A Dfunction_exists_error.phpt15 echo "\nToo many arguments\n";
18 echo "\nToo few arguments\n";
26 Too many arguments
31 Too few arguments
/PHP-7.0/ext/standard/tests/strings/
H A Dstripslashes_error.phpt17 echo "\n-- Testing stripslashes() function with Zero arguments --\n";
20 // More than expected number of arguments
21 echo "\n-- Testing stripslashes() function with more than expected no. of arguments --\n";
33 -- Testing stripslashes() function with Zero arguments --
38 -- Testing stripslashes() function with more than expected no. of arguments --
H A Ducwords_error.phpt13 echo "\n-- Testing ucwords() function with Zero arguments --\n";
16 // More than expected number of arguments
17 echo "\n-- Testing ucwords() function with more than expected no. of arguments --\n";
31 -- Testing ucwords() function with Zero arguments --
36 -- Testing ucwords() function with more than expected no. of arguments --
H A Daddslashes_error.phpt17 echo "\n-- Testing addslashes() function with Zero arguments --\n";
20 // More than expected number of arguments
21 echo "\n-- Testing addslashes() function with more than expected no. of arguments --\n";
33 -- Testing addslashes() function with Zero arguments --
38 -- Testing addslashes() function with more than expected no. of arguments --
H A Dchop_error.phpt17 echo "\n-- Testing chop() function with Zero arguments --\n";
20 // More than expected number of arguments
21 echo "\n-- Testing chop() function with more than expected no. of arguments --\n";
34 -- Testing chop() function with Zero arguments --
39 -- Testing chop() function with more than expected no. of arguments --
/PHP-7.0/ext/standard/tests/array/
H A Dcompact_error.phpt12 * Error -tests test compact with zero arguments.
17 // Zero arguments
18 echo "\n-- Testing compact() function with Zero arguments --\n";
27 -- Testing compact() function with Zero arguments --
/PHP-7.0/ext/standard/tests/math/
H A Dceil_error.phpt14 echo "\nToo many arguments\n";
17 echo "\nToo few arguments\n";
24 Too many arguments
29 Too few arguments
H A Dfloor_error.phpt14 echo "\n-- Too many arguments --\n";
17 echo "\n-- Too few arguments --\n";
24 -- Too many arguments --
29 -- Too few arguments --
/PHP-7.0/ext/intl/tests/
H A Dcalendar_setSkipped_RepeatedWallTimeOption_error.phpt2 IntlCalendar::setSkipped/RepeatedWallTimeOption(): bad arguments
38 …r::setSkippedWallTimeOption(): intlcal_set_skipped_wall_time_option: bad arguments in %s on line %d
43 …:setRepeatedWallTimeOption(): intlcal_set_repeated_wall_time_option: bad arguments in %s on line %d
48 …r::setSkippedWallTimeOption(): intlcal_set_skipped_wall_time_option: bad arguments in %s on line %d
53 …:setRepeatedWallTimeOption(): intlcal_set_repeated_wall_time_option: bad arguments in %s on line %d
58 …r::setSkippedWallTimeOption(): intlcal_set_skipped_wall_time_option: bad arguments in %s on line %d
63 …:setRepeatedWallTimeOption(): intlcal_set_repeated_wall_time_option: bad arguments in %s on line %d
74 …et_skipped_wall_time_option(): intlcal_set_skipped_wall_time_option: bad arguments in %s on line %d
79 …_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
30 Warning: intlgregcal_create_instance(): intlgregcal_create_instance: too many arguments in %s on li…
33 Warning: intlgregcal_create_instance(): intlgregcal_create_instance: too many arguments in %s on li…
36 Warning: intlgregcal_create_instance(): intlgregcal_create_instance: no variant with 4 arguments (e…
39 …Calendar::__construct(): intlgregcal_create_instance: no variant with 4 arguments (excluding trail…
/PHP-7.0/ext/json/tests/
H A Djson_encode_error.phpt9 echo "\n-- Testing json_encode() function with no arguments --\n";
12 echo "\n-- Testing json_encode() function with more than expected no. of arguments --\n";
21 -- Testing json_encode() function with no arguments --
26 -- Testing json_encode() function with more than expected no. of arguments --
/PHP-7.0/ext/standard/tests/dir/
H A Dclosedir_error.phpt2 Test closedir() function : error conditions - Pass incorrect number of arguments
12 * Pass incorrect number of arguments to closedir() to test behaviour
18 //Test closedir with one more than the expected number of arguments
19 echo "\n-- Testing closedir() function with more than expected no. of arguments --\n";
41 -- Testing closedir() function with more than expected no. of arguments --
/PHP-7.0/ext/standard/tests/time/
H A Dstrptime_error.phpt22 echo "\n-- Testing strptime() function with Zero arguments --\n";
25 echo "\n-- Testing strptime() function with less than expected no. of arguments --\n";
31 echo "\n-- Testing strptime() function with more than expected no. of arguments --\n";
40 -- Testing strptime() function with Zero arguments --
45 -- Testing strptime() function with less than expected no. of arguments --
50 -- Testing strptime() function with more than expected no. of arguments --
/PHP-7.0/ext/imap/tests/
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.0/ext/mbstring/tests/
H A Dmb_ereg_replace_error.phpt18 //Test mb_ereg_replace with one more than the expected number of arguments
19 echo "\n-- Testing mb_ereg_replace() function with more than expected no. of arguments --\n";
27 // Testing mb_ereg_replace with one less than the expected number of arguments
28 echo "\n-- Testing mb_ereg_replace() function with less than expected no. of arguments --\n";
38 -- Testing mb_ereg_replace() function with more than expected no. of arguments --
43 -- Testing mb_ereg_replace() function with less than expected no. of arguments --
H A Dmb_split_error.phpt23 //Test mb_split with one more than the expected number of arguments
24 echo "\n-- Testing mb_split() function with more than expected no. of arguments --\n";
31 // Testing mb_split with one less than the expected number of arguments
32 echo "\n-- Testing mb_split() function with less than expected no. of arguments --\n";
41 -- Testing mb_split() function with more than expected no. of arguments --
46 -- Testing mb_split() function with less than expected no. of arguments --

Completed in 43 milliseconds

12345678910>>...63