Home
last modified time | relevance | path

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

12345678910>>...63

/PHP-7.0/ext/standard/tests/array/
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_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_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 …]
H A Darray_product_error.phpt13 // Zero arguments
14 echo "\n-- Testing array_product() function with Zero arguments --\n";
17 //Test array_product with one more than the expected number of arguments
18 echo "\n-- Testing array_product() function with more than expected no. of arguments --\n";
31 -- Testing array_product() function with Zero arguments --
36 -- Testing array_product() function with more than expected no. of arguments --
H A Darray_reduce_error.phpt14 //Test array_reduce with one more than the expected number of arguments
15 echo "\n-- Testing array_reduce() function with more than expected no. of arguments --\n";
22 // Testing array_reduce with one less than the expected number of arguments
23 echo "\n-- Testing array_reduce() function with less than expected no. of arguments --\n";
32 -- Testing array_reduce() function with more than expected no. of arguments --
37 -- Testing array_reduce() function with less than expected no. of arguments --
H A Duksort_error.phpt13 echo "\n-- Testing uksort() function with more than expected no. of arguments --\n";
19 echo "\n-- Testing uksort() function with less than expected no. of arguments --\n";
23 echo "\n-- Testing uksort() function with zero arguments --\n";
31 -- Testing uksort() function with more than expected no. of arguments --
36 -- Testing uksort() function with less than expected no. of arguments --
41 -- Testing uksort() function with zero arguments --
/PHP-7.0/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-7.0/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-7.0/ext/mbstring/tests/
H A Dmb_strpos_error1.phpt16 * Test how mb_strpos behaves when passed an incorrect number of arguments
22 //Test mb_strpos with one more than the expected number of arguments
23 echo "\n-- Testing mb_strpos() function with more than expected no. of arguments --\n";
31 // Testing mb_strpos with one less than the expected number of arguments
32 echo "\n-- Testing mb_strpos() function with less than expected no. of arguments --\n";
41 -- Testing mb_strpos() function with more than expected no. of arguments --
46 -- Testing mb_strpos() function with less than expected no. of arguments --
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-7.0/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-7.0/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 --
/PHP-7.0/ext/standard/tests/strings/
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 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 --
/PHP-7.0/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-7.0/ext/xml/tests/
H A Dxml_parser_get_option_error.phpt20 //Test xml_parser_get_option with one more than the expected number of arguments
21 echo "\n-- Testing xml_parser_get_option() function with more than expected no. of arguments --\n";
27 // Testing xml_parser_get_option with one less than the expected number of arguments
28 echo "\n-- Testing xml_parser_get_option() function with less than expected no. of arguments --\n";
36 -- Testing xml_parser_get_option() function with more than expected no. of arguments --
41 -- Testing xml_parser_get_option() function with less than expected no. of arguments --
H A Dxml_parser_set_option_error.phpt20 //Test xml_parser_set_option with one more than the expected number of arguments
21 echo "\n-- Testing xml_parser_set_option() function with more than expected no. of arguments --\n";
28 // Testing xml_parser_set_option with one less than the expected number of arguments
29 echo "\n-- Testing xml_parser_set_option() function with less than expected no. of arguments --\n";
39 -- Testing xml_parser_set_option() function with more than expected no. of arguments --
44 -- Testing xml_parser_set_option() function with less than expected no. of arguments --
H A Dxml_set_character_data_handler_error.phpt20 //Test xml_set_character_data_handler with one more than the expected number of arguments
21 …- Testing xml_set_character_data_handler() function with more than expected no. of arguments --\n";
27 // Testing xml_set_character_data_handler with one less than the expected number of arguments
28 …- Testing xml_set_character_data_handler() function with less than expected no. of arguments --\n";
37 -- Testing xml_set_character_data_handler() function with more than expected no. of arguments --
42 -- Testing xml_set_character_data_handler() function with less than expected no. of arguments --
H A Dxml_set_notation_decl_handler_error.phpt20 //Test xml_set_notation_decl_handler with one more than the expected number of arguments
21 …-- Testing xml_set_notation_decl_handler() function with more than expected no. of arguments --\n";
27 // Testing xml_set_notation_decl_handler with one less than the expected number of arguments
28 …-- Testing xml_set_notation_decl_handler() function with less than expected no. of arguments --\n";
37 -- Testing xml_set_notation_decl_handler() function with more than expected no. of arguments --
42 -- Testing xml_set_notation_decl_handler() function with less than expected no. of arguments --
H A Dxml_set_processing_instruction_handler_error.phpt20 //Test xml_set_processing_instruction_handler with one more than the expected number of arguments
21 …g xml_set_processing_instruction_handler() function with more than expected no. of arguments --\n";
27 … Testing xml_set_processing_instruction_handler with one less than the expected number of arguments
28 …g xml_set_processing_instruction_handler() function with less than expected no. of arguments --\n";
37 …sting xml_set_processing_instruction_handler() function with more than expected no. of arguments --
42 …sting xml_set_processing_instruction_handler() function with less than expected no. of arguments --

Completed in 33 milliseconds

12345678910>>...63