Home
last modified time | relevance | path

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

12345678910>>...63

/PHP-7.0/ext/standard/tests/array/
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 --
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_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 --
/PHP-7.0/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-7.0/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-7.0/ext/standard/tests/file/
H A Ddirname_error.phpt15 // Zero arguments
16 echo "\n-- Testing dirname() function with Zero arguments --\n";
19 //Test dirname with one more than the expected number of arguments
20 echo "\n-- Testing dirname() function with more than expected no. of arguments --\n";
30 -- Testing dirname() function with Zero arguments --
35 -- Testing dirname() function with more than expected no. of arguments --
/PHP-7.0/ext/xml/tests/
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 --
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-7.0/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 --
/PHP-7.0/ext/standard/tests/strings/
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 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 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 --
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 --
/PHP-7.0/ext/standard/tests/url/
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 --
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 --
/PHP-7.0/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 --

Completed in 2475 milliseconds

12345678910>>...63