Home
last modified time | relevance | path

Searched refs:arguments (Results 151 – 175 of 1597) sorted by relevance

12345678910>>...64

/PHP-5.5/ext/xml/tests/
H A Dxml_get_error_code_error.phpt19 // Zero arguments
20 echo "\n-- Testing xml_get_error_code() function with Zero arguments --\n";
23 //Test xml_get_error_code with one more than the expected number of arguments
24 echo "\n-- Testing xml_get_error_code() function with more than expected no. of arguments --\n";
34 -- Testing xml_get_error_code() function with Zero arguments --
39 -- Testing xml_get_error_code() function with more than expected no. of arguments --
/PHP-5.5/ext/standard/tests/array/
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_uintersect_error.phpt6 …the entries of arr1 that have values which are present in all the other arguments. Data is compare…
14 //Test array_uintersect with one more than the expected number of arguments
15 echo "\n-- Testing array_uintersect() function with more than expected no. of arguments --\n";
25 // Testing array_uintersect with one less than the expected number of arguments
26 echo "\n-- Testing array_uintersect() function with less than expected no. of arguments --\n";
36 -- Testing array_uintersect() function with more than expected no. of arguments --
41 -- Testing array_uintersect() function with less than expected no. of arguments --
H A Darray_udiff_assoc_error.phpt6 …ies of arr1 that have values which are not present in any of the others arguments but do additiona…
20 //Test array_udiff_assoc with one more than the expected number of arguments
21 echo "\n-- Testing array_udiff_assoc() function with more than expected no. of arguments --\n";
24 // Testing array_udiff_assoc with one less than the expected number of arguments
25 echo "\n-- Testing array_udiff_assoc() function with less than expected no. of arguments --\n";
33 -- Testing array_udiff_assoc() function with more than expected no. of arguments --
38 -- Testing array_udiff_assoc() function with less than expected no. of arguments --
H A Darray_udiff_error.phpt6 …ies of arr1 that have values which are not present in any of the others arguments. Elements are co…
20 //Test array_udiff with one more than the expected number of arguments
21 echo "\n-- Testing array_udiff() function with more than expected no. of arguments --\n";
24 // Testing array_udiff with one less than the expected number of arguments
25 echo "\n-- Testing array_udiff() function with less than expected no. of arguments --\n";
33 -- Testing array_udiff() function with more than expected no. of arguments --
38 -- Testing array_udiff() function with less than expected no. of arguments --
H A Darray_reverse_error.phpt12 // zero arguments
13 echo "\n-- Testing array_reverse() function with Zero arguments --\n";
16 // more than the expected number of arguments
17 echo "\n-- Testing array_diff() function with more than expected no. of arguments --\n";
28 -- Testing array_reverse() function with Zero arguments --
33 -- Testing array_diff() function with more than expected no. of 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 …]
/PHP-5.5/ext/imap/tests/
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 --
/PHP-5.5/ext/mbstring/tests/
H A Dmb_strrpos_error1.phpt16 * Pass mb_strrpos() an incorrect number of arguments
22 //Test mb_strrpos with one more than the expected number of arguments
23 echo "\n-- Testing mb_strrpos() function with more than expected no. of arguments --\n";
31 // Testing mb_strrpos with one less than the expected number of arguments
32 echo "\n-- Testing mb_strrpos() function with less than expected no. of arguments --\n";
41 -- Testing mb_strrpos() function with more than expected no. of arguments --
46 -- Testing mb_strrpos() function with less than expected no. of arguments --
H A Dmb_substr_error1.phpt16 * Pass incorrect number of arguments to mb_substr() to test behaviour
21 //Test mb_substr with one more than the expected number of arguments
22 echo "\n-- Testing mb_substr() function with more than expected no. of arguments --\n";
30 // Testing mb_substr with one less than the expected number of arguments
31 echo "\n-- Testing mb_substr() function with less than expected no. of arguments --\n";
40 -- Testing mb_substr() function with more than expected no. of arguments --
45 -- Testing mb_substr() function with less than expected no. of arguments --
H A Dmb_decode_mimeheader_error.phpt18 // Zero arguments
19 echo "\n-- Testing mb_decode_mimeheader() function with Zero arguments --\n";
22 //Test mb_decode_mimeheader with one more than the expected number of arguments
23 echo "\n-- Testing mb_decode_mimeheader() function with more than expected no. of arguments --\n";
33 -- Testing mb_decode_mimeheader() function with Zero arguments --
38 -- Testing mb_decode_mimeheader() function with more than expected no. of arguments --
/PHP-5.5/ext/iconv/tests/
H A Diconv_strrpos_error1.phpt16 * Pass iconv_strrpos() an incorrect number of arguments
22 //Test iconv_strrpos with one more than the expected number of arguments
23 echo "\n-- Testing iconv_strrpos() function with more than expected no. of arguments --\n";
30 // Testing iconv_strrpos with one less than the expected number of arguments
31 echo "\n-- Testing iconv_strrpos() function with less than expected no. of arguments --\n";
40 -- Testing iconv_strrpos() function with more than expected no. of arguments --
45 -- Testing iconv_strrpos() function with less than expected no. of arguments --
H A Diconv_substr_error1.phpt16 * Pass incorrect number of arguments to iconv_substr() to test behaviour
21 //Test iconv_substr with one more than the expected number of arguments
22 echo "\n-- Testing iconv_substr() function with more than expected no. of arguments --\n";
30 // Testing iconv_substr with one less than the expected number of arguments
31 echo "\n-- Testing iconv_substr() function with less than expected no. of arguments --\n";
40 -- Testing iconv_substr() function with more than expected no. of arguments --
45 -- Testing iconv_substr() function with less than expected no. of arguments --
/PHP-5.5/ext/standard/tests/network/
H A Dsyslog_error.phpt14 //Test syslog with one more than the expected number of arguments
15 echo "\n-- Testing syslog() function with more than expected no. of arguments --\n";
21 // Testing syslog with one less than the expected number of arguments
22 echo "\n-- Testing syslog() function with less than expected no. of arguments --\n";
31 -- Testing syslog() function with more than expected no. of arguments --
36 -- Testing syslog() function with less than expected no. of arguments --
/PHP-5.5/ext/standard/tests/strings/
H A Dcrc32_error.phpt23 // Zero arguments
24 echo "\n-- Testing crc32() function with Zero arguments --\n";
27 //Test crc32 with one more than the expected number of arguments
28 echo "\n-- Testing crc32() function with more than expected no. of arguments --\n";
38 -- Testing crc32() function with Zero arguments --
43 -- Testing crc32() function with more than expected no. of arguments --
H A Dnumber_format_error.phpt13 echo "\n-- Testing number_format() function with less than expected no. of arguments --\n";
16 echo "\n-- Testing number_format() function with 3 arguments --\n";
19 echo "\n-- Testing number_format() function with more than 4 arguments --\n";
27 -- Testing number_format() function with less than expected no. of arguments --
31 -- Testing number_format() function with 3 arguments --
35 -- Testing number_format() function with more than 4 arguments --
H A Dstr_split_error.phpt15 // Zero arguments
16 echo "-- Testing str_split() function with Zero arguments --\n";
19 //Test str_split with one more than the expected number of arguments
20 echo "-- Testing str_split() function with more than expected no. of arguments --\n";
30 -- Testing str_split() function with Zero arguments --
34 -- Testing str_split() function with more than expected no. of arguments --
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 Dstrrchr_error.phpt15 echo "\n-- Testing strrchr() function with Zero arguments --";
18 echo "\n-- Testing strrchr() function with less than expected no. of arguments --";
21 echo "\n-- Testing strrchr() function with more than expected no. of arguments --";
29 -- Testing strrchr() function with Zero arguments --
33 -- Testing strrchr() function with less than expected no. of arguments --
37 -- Testing strrchr() function with more than expected no. of arguments --
H A Dstrtr_error.phpt16 echo "\n-- Testing strtr() function with Zero arguments --";
19 echo "\n-- Testing strtr() function with less than expected no. of arguments --";
22 echo "\n-- Testing strtr() function with more than expected no. of arguments --";
30 -- Testing strtr() function with Zero arguments --
34 -- Testing strtr() function with less than expected no. of arguments --
38 -- Testing strtr() function with more than expected no. of arguments --
/PHP-5.5/ext/ereg/tests/
H A Dsql_regcase_error_001.phpt13 // Zero arguments
14 echo "\n-- Testing sql_regcase() function with Zero arguments --\n";
17 //Test sql_regcase with one more than the expected number of arguments
18 echo "\n-- Testing sql_regcase() function with more than expected no. of arguments --\n";
28 -- Testing sql_regcase() function with Zero arguments --
35 -- Testing sql_regcase() function with more than expected no. of arguments --
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_class_vars_error.phpt14 //Test get_class_vars with one more than the expected number of arguments
15 echo "\n-- Testing get_class_vars() function with more than expected no. of arguments --\n";
20 // Testing get_class_vars with one less than the expected number of arguments
21 echo "\n-- Testing get_class_vars() function with less than expected no. of arguments --\n";
29 -- Testing get_class_vars() function with more than expected no. of arguments --
34 -- Testing get_class_vars() function with less than expected no. of arguments --
/PHP-5.5/ext/date/tests/
H A Dgmstrftime_error.phpt13 // Zero arguments
14 echo "\n-- Testing gmstrftime() function with Zero arguments --\n";
17 //Test gmstrftime with one more than the expected number of arguments
18 echo "\n-- Testing gmstrftime() function with more than expected no. of arguments --\n";
29 -- Testing gmstrftime() function with Zero arguments --
34 -- Testing gmstrftime() function with more than expected no. of arguments --
H A Ddate_sunrise_error.phpt20 // Zero arguments
21 echo "\n-- Testing date_sunrise() function with Zero arguments --\n";
24 //Test date_sunrise with one more than the expected number of arguments
25 echo "\n-- Testing date_sunrise() function with more than expected no. of arguments --\n";
32 -- Testing date_sunrise() function with Zero arguments --
37 -- Testing date_sunrise() function with more than expected no. of arguments --
/PHP-5.5/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 --

Completed in 32 milliseconds

12345678910>>...64