Home
last modified time | relevance | path

Searched refs:arguments (Results 126 – 150 of 1597) sorted by relevance

12345678910>>...64

/PHP-5.5/ext/tokenizer/tests/
H A Dtoken_get_all_error.phpt14 // with zero arguments
15 echo "\n-- Testing token_get_all() function with zero arguments --\n";
18 // with one more than the expected number of arguments
19 echo "-- Testing token_get_all() function with more than expected no. of arguments --\n";
29 -- Testing token_get_all() function with zero arguments --
33 -- Testing token_get_all() function with more than expected no. of arguments --
/PHP-5.5/ext/xml/tests/
H A Dxml_parser_free_error.phpt19 // Zero arguments
20 echo "\n-- Testing xml_parser_free() function with Zero arguments --\n";
23 //Test xml_parser_free with one more than the expected number of arguments
24 echo "\n-- Testing xml_parser_free() function with more than expected no. of arguments --\n";
34 -- Testing xml_parser_free() function with Zero arguments --
39 -- Testing xml_parser_free() function with more than expected no. of arguments --
H A Dutf8_decode_error.phpt19 // Zero arguments
20 echo "\n-- Testing utf8_decode() function with Zero arguments --\n";
23 //Test utf8_decode with one more than the expected number of arguments
24 echo "\n-- Testing utf8_decode() function with more than expected no. of arguments --\n";
34 -- Testing utf8_decode() function with Zero arguments --
39 -- Testing utf8_decode() function with more than expected no. of arguments --
H A Dutf8_encode_error.phpt19 // Zero arguments
20 echo "\n-- Testing utf8_encode() function with Zero arguments --\n";
23 //Test utf8_encode with one more than the expected number of arguments
24 echo "\n-- Testing utf8_encode() function with more than expected no. of arguments --\n";
34 -- Testing utf8_encode() function with Zero arguments --
39 -- Testing utf8_encode() function with more than expected no. of arguments --
H A Dxml_error_string_error.phpt19 // Zero arguments
20 echo "\n-- Testing xml_error_string() function with Zero arguments --\n";
23 //Test xml_error_string with one more than the expected number of arguments
24 echo "\n-- Testing xml_error_string() function with more than expected no. of arguments --\n";
34 -- Testing xml_error_string() function with Zero arguments --
39 -- Testing xml_error_string() function with more than expected no. of arguments --
H A Dxml_get_current_byte_index_error.phpt19 // Zero arguments
20 echo "\n-- Testing xml_get_current_byte_index() function with Zero arguments --\n";
23 //Test xml_get_current_byte_index with one more than the expected number of arguments
24 echo "\n-- Testing xml_get_current_byte_index() function with more than expected no. of arguments -…
34 -- Testing xml_get_current_byte_index() function with Zero arguments --
39 -- Testing xml_get_current_byte_index() function with more than expected no. of arguments --
H A Dxml_get_current_column_number_error.phpt19 // Zero arguments
20 echo "\n-- Testing xml_get_current_column_number() function with Zero arguments --\n";
23 //Test xml_get_current_column_number with one more than the expected number of arguments
24 …-- Testing xml_get_current_column_number() function with more than expected no. of arguments --\n";
34 -- Testing xml_get_current_column_number() function with Zero arguments --
39 -- Testing xml_get_current_column_number() function with more than expected no. of arguments --
H A Dxml_get_current_line_number_error.phpt19 // Zero arguments
20 echo "\n-- Testing xml_get_current_line_number() function with Zero arguments --\n";
23 //Test xml_get_current_line_number with one more than the expected number of arguments
24 echo "\n-- Testing xml_get_current_line_number() function with more than expected no. of arguments
34 -- Testing xml_get_current_line_number() function with Zero arguments --
39 -- Testing xml_get_current_line_number() function with more than expected no. of arguments --
/PHP-5.5/ext/standard/tests/array/
H A Darray_key_exists_error.phpt12 * Pass incorrect number of arguments to array_key_exists() to test behaviour
17 //Test array_key_exists with one more than the expected number of arguments
18 echo "\n-- Testing array_key_exists() function with more than expected no. of arguments --\n";
24 // Testing array_key_exists with one less than the expected number of arguments
25 echo "\n-- Testing array_key_exists() function with less than expected no. of arguments --\n";
35 -- Testing array_key_exists() function with more than expected no. of arguments --
40 -- Testing array_key_exists() function with less than expected no. of arguments --
H A Darray_slice_error.phpt11 * Pass an incorrect number of arguments to array_slice() to test behaviour
16 //Test array_slice with one more than the expected number of arguments
17 echo "\n-- Testing array_slice() function with more than expected no. of arguments --\n";
25 // Testing array_slice with one less than the expected number of arguments
26 echo "\n-- Testing array_slice() function with less than expected no. of arguments --\n";
34 -- Testing array_slice() function with more than expected no. of arguments --
39 -- Testing array_slice() function with less than expected no. of arguments --
H A Dshuffle_error.phpt11 * when invalid number of arguments are passed to the function
16 // zero arguments
17 echo "\n-- Testing shuffle() function with Zero arguments --\n";
20 // more than the expected number of arguments
21 echo "\n-- Testing shuffle() function with more than expected no. of arguments --\n";
36 -- Testing shuffle() function with Zero arguments --
41 -- Testing shuffle() function with more than expected no. of arguments --
H A Dsizeof_error.phpt12 // Calling sizeof() with zero and more than expected arguments .
16 echo "-- Testing sizeof() with zero arguments --\n";
18 echo "-- Testing sizeof() function with more than two arguments under COUNT_NORMAL mode --\n";
22 echo "-- Testing sizeof() function with more than two arguments under COUNT_RECURSIVE mode --\n";
29 -- Testing sizeof() with zero arguments --
33 -- Testing sizeof() function with more than two arguments under COUNT_NORMAL mode --
37 -- Testing sizeof() function with more than two arguments under COUNT_RECURSIVE mode --
/PHP-5.5/ext/mbstring/tests/
H A Dmb_strtoupper_error1.phpt16 * Pass an incorrect number of arguments to mb_strtoupper() to test behaviour
21 //Test mb_strtoupper with one more than the expected number of arguments
22 echo "\n-- Testing mb_strtoupper() function with more than expected no. of arguments --\n";
28 //Test mb_strtoupper with zero arguments
29 echo "\n-- Testing mb_strtoupper() function with zero arguments --\n";
38 -- Testing mb_strtoupper() function with more than expected no. of arguments --
43 -- Testing mb_strtoupper() function with zero arguments --
/PHP-5.5/ext/standard/tests/math/
H A Dabs_error.phpt11 * Pass incorrect number of arguments to abs() to test behaviour
19 echo "\nToo many arguments\n";
22 echo "\nToo few arguments\n";
30 Too many arguments
35 Too few arguments
/PHP-5.5/ext/standard/tests/image/
H A Dgetimagesize_error1.phpt13 // Zero arguments
14 echo "\n-- Testing getimagesize() function with Zero arguments --\n";
17 //Test getimagesize with one more than the expected number of arguments
18 echo "\n-- Testing getimagesize() function with more than expected no. of arguments --\n";
29 -- Testing getimagesize() function with Zero arguments --
34 -- Testing getimagesize() function with more than expected no. of arguments --
/PHP-5.5/ext/standard/tests/strings/
H A Dstripos_error.phpt11 echo "\n-- With Zero arguments --";
14 echo "\n-- With less than expected number of arguments --";
17 echo "\n-- With more than expected number of arguments --";
24 -- With Zero arguments --
28 -- With less than expected number of arguments --
32 -- With more than expected number of arguments --
H A Dstrripos_error.phpt11 echo "\n-- With Zero arguments --";
14 echo "\n-- With less than expected number of arguments --";
17 echo "\n-- With more than expected number of arguments --";
23 -- With Zero arguments --
27 -- With less than expected number of arguments --
31 -- With more than expected number of arguments --
H A Dhtmlspecialchars_decode_error.phpt12 // Zero arguments
13 echo "\n-- Testing htmlspecialchars_decode() function with Zero arguments --\n";
16 //Test htmlspecialchars_decode with one more than the expected number of arguments
17 echo "\n-- Testing htmlspecialchars_decode() function with more than expected no. of arguments --\n…
28 -- Testing htmlspecialchars_decode() function with Zero arguments --
33 -- Testing htmlspecialchars_decode() function with more than expected no. of arguments --
H A Dstrip_tags_error.phpt15 // Zero arguments
16 echo "\n-- Testing strip_tags() function with Zero arguments --\n";
19 //Test strip_tags with one more than the expected number of arguments
20 echo "\n-- Testing strip_tags() function with more than expected no. of arguments --\n";
31 -- Testing strip_tags() function with Zero arguments --
36 -- Testing strip_tags() function with more than expected no. of arguments --
H A Dstrrpos_error.phpt11 echo "\n-- With Zero arguments --";
14 echo "\n-- With less than expected number of arguments --";
17 echo "\n-- With more than expected number of arguments --";
23 -- With Zero arguments --
27 -- With less than expected number of arguments --
31 -- With more than expected number of arguments --
/PHP-5.5/ext/standard/tests/url/
H A Drawurldecode_error_001.phpt15 // Zero arguments
16 echo "\n-- Testing rawurldecode() function with Zero arguments --\n";
19 //Test rawurldecode with one more than the expected number of arguments
20 echo "\n-- Testing rawurldecode() function with more than expected no. of arguments --\n";
30 -- Testing rawurldecode() function with Zero arguments --
35 -- Testing rawurldecode() function with more than expected no. of arguments --
H A Dbase64_decode_error_001.phpt13 // Zero arguments
14 echo "\n-- Testing base64_decode() function with Zero arguments --\n";
17 //Test base64_decode with one more than the expected number of arguments
18 echo "\n-- Testing base64_decode() function with more than expected no. of arguments --\n";
29 -- Testing base64_decode() function with Zero arguments --
34 -- Testing base64_decode() function with more than expected no. of arguments --
H A Dbase64_encode_error_001.phpt13 // Zero arguments
14 echo "\n-- Testing base64_encode() function with Zero arguments --\n";
17 //Test base64_encode with one more than the expected number of arguments
18 echo "\n-- Testing base64_encode() function with more than expected no. of arguments --\n";
28 -- Testing base64_encode() function with Zero arguments --
33 -- Testing base64_encode() function with more than expected no. of arguments --
H A Dparse_url_error_001.phpt13 // Zero arguments
14 echo "\n-- Testing parse_url() function with Zero arguments --\n";
17 //Test parse_url with one more than the expected number of arguments
18 echo "\n-- Testing parse_url() function with more than expected no. of arguments --\n";
29 -- Testing parse_url() function with Zero arguments --
34 -- Testing parse_url() function with more than expected no. of arguments --
/PHP-5.5/ext/date/tests/
H A Dgmdate_error.phpt18 // Zero arguments
19 echo "\n-- Testing gmdate() function with Zero arguments --\n";
22 //Test gmdate with one more than the expected number of arguments
23 echo "\n-- Testing gmdate() function with more than expected no. of arguments --\n";
32 -- Testing gmdate() function with Zero arguments --
37 -- Testing gmdate() function with more than expected no. of arguments --

Completed in 37 milliseconds

12345678910>>...64