Home
last modified time | relevance | path

Searched refs:arguments (Results 101 – 125 of 1564) sorted by relevance

12345678910>>...63

/PHP-7.0/ext/standard/tests/array/
H A Darray_sum_error.phpt12 // Zero arguments
13 echo "-- Testing array_sum() function with zero arguments --\n";
16 // One more than the expected number of arguments
17 echo "-- Testing array_sum() function with more than expected no. of arguments --\n";
26 -- Testing array_sum() function with zero arguments --
30 -- Testing array_sum() function with more than expected no. of arguments --
H A Darray_unique_error.phpt12 // Zero arguments
13 echo "\n-- Testing array_unique() function with zero arguments --\n";
16 //Test array_unique with one more than the expected number of arguments
17 echo "\n-- Testing array_unique() function with more than expected no. of arguments --\n";
27 -- Testing array_unique() function with zero arguments --
32 -- Testing array_unique() function with more than expected no. of arguments --
H A Darray_rand_error.phpt12 // Zero arguments
13 echo "\n-- Testing array_rand() function with Zero arguments --\n";
16 //Test array_rand with one more than the expected number of arguments
17 echo "\n-- Testing array_rand() function with more than expected no. of arguments --\n";
28 -- Testing array_rand() function with Zero arguments --
33 -- Testing array_rand() function with more than expected no. of arguments --
H A Darray_unshift_error.phpt12 // Zero arguments
13 echo "\n-- Testing array_unshift() function with Zero arguments --\n";
16 // Testing array_unshift with one less than the expected number of arguments
17 echo "\n-- Testing array_unshift() function with less than expected no. of arguments --\n";
25 -- Testing array_unshift() function with Zero arguments --
30 -- Testing array_unshift() function with less than expected no. of arguments --
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 --
/PHP-7.0/ext/standard/tests/strings/
H A Dstripcslashes_error.phpt12 echo "*** Testing stripcslashes() : unexpected number of arguments ***";
15 echo "\n-- Testing stripcslashes() function with no arguments --\n";
18 echo "\n-- Testing stripcslashes() function with more than expected no. of arguments --\n";
24 *** Testing stripcslashes() : unexpected number of arguments ***
25 -- Testing stripcslashes() function with no arguments --
30 -- Testing stripcslashes() function with more than expected no. of arguments --
H A Dprintf_basic9.phpt28 echo "\n-- Calling printf() with no arguments --\n";
33 echo "\n-- Calling printf() with one arguments --\n";
41 echo "\n-- Calling printf() with two arguments --\n";
49 echo "\n-- Calling printf() with three arguments --\n";
62 -- Calling printf() with no arguments --
66 -- Calling printf() with one arguments --
72 -- Calling printf() with two arguments --
78 -- Calling printf() with three arguments --
H A Dsubstr.phpt33 /* variations with two arguments */
42 /* variations with three arguments */
103 -- Variations for two arguments --
108 -- Variations for three arguments --
121 -- Variations for two arguments --
126 -- Variations for three arguments --
139 -- Variations for two arguments --
144 -- Variations for three arguments --
157 -- Variations for two arguments --
175 -- Variations for two arguments --
[all …]
H A Dnl2br_error.phpt12 // Zero arguments
13 echo "\n-- Testing nl2br() function with Zero arguments --";
16 //Test nl2br with one more than the expected number of arguments
17 echo "\n-- Testing nl2br() function with more than expected no. of arguments --";
27 -- Testing nl2br() function with Zero arguments --
31 -- Testing nl2br() function with more than expected no. of arguments --
/PHP-7.0/ext/standard/tests/class_object/
H A Dget_object_vars_error_001.phpt13 // Zero arguments
14 echo "\n-- Testing get_object_vars() function with Zero arguments --\n";
17 //Test get_object_vars with one more than the expected number of arguments
18 echo "\n-- Testing get_object_vars() function with more than expected no. of arguments --\n";
28 -- Testing get_object_vars() function with Zero arguments --
33 -- Testing get_object_vars() function with more than expected no. of arguments --
H A Dinterface_exists_error.phpt13 // Zero arguments
14 echo "\n-- Testing interface_exists() function with Zero arguments --\n";
17 //Test interface_exists with one more than the expected number of arguments
18 echo "\n-- Testing interface_exists() function with more than expected no. of arguments --\n";
29 -- Testing interface_exists() function with Zero arguments --
34 -- Testing interface_exists() function with more than expected no. of arguments --
/PHP-7.0/ext/standard/tests/dir/
H A Ddir_error.phpt13 // Zero arguments
14 echo "\n-- Testing dir() function with zero arguments --";
17 // With one more than expected number of arguments
18 echo "\n-- Testing dir() function with one more than expected number of arguments --";
27 -- Testing dir() function with zero arguments --
31 -- Testing dir() function with one more than expected number of arguments --
/PHP-7.0/ext/standard/tests/file/
H A Dbasename_error.phpt13 // Zero arguments
14 echo "\n-- Testing basename() function with Zero arguments --\n";
17 //Test basename with one more than the expected number of arguments
18 echo "\n-- Testing basename() function with more than expected no. of arguments --\n";
29 -- Testing basename() function with Zero arguments --
34 -- Testing basename() function with more than expected no. of arguments --
H A Dfile_exists_error.phpt15 // Zero arguments
16 echo "\n-- Testing file_exists() function with Zero arguments --\n";
19 //Test file_exists with one more than the expected number of arguments
20 echo "\n-- Testing file_exists() function with more than expected no. of arguments --\n";
30 -- Testing file_exists() function with Zero arguments --
35 -- Testing file_exists() function with more than expected no. of arguments --
/PHP-7.0/ext/standard/tests/url/
H A Drawurlencode_error_001.phpt15 // Zero arguments
16 echo "\n-- Testing rawurlencode() function with Zero arguments --\n";
19 //Test rawurlencode with one more than the expected number of arguments
20 echo "\n-- Testing rawurlencode() function with more than expected no. of arguments --\n";
30 -- Testing rawurlencode() function with Zero arguments --
35 -- Testing rawurlencode() function with more than expected no. of arguments --
H A Durldecode_error_001.phpt15 // Zero arguments
16 echo "\n-- Testing urldecode() function with Zero arguments --\n";
19 //Test urldecode with one more than the expected number of arguments
20 echo "\n-- Testing urldecode() function with more than expected no. of arguments --\n";
30 -- Testing urldecode() function with Zero arguments --
35 -- Testing urldecode() function with more than expected no. of arguments --
H A Durlencode_error_001.phpt15 // Zero arguments
16 echo "\n-- Testing urlencode() function with Zero arguments --\n";
19 //Test urlencode with one more than the expected number of arguments
20 echo "\n-- Testing urlencode() function with more than expected no. of arguments --\n";
30 -- Testing urlencode() function with Zero arguments --
35 -- Testing urlencode() function with more than expected no. of arguments --
/PHP-7.0/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-7.0/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 --
/PHP-7.0/ext/pcre/tests/
H A Dpreg_quote_error.phpt10 // Zero arguments
11 echo "\n-- Testing preg_quote() function with Zero arguments --\n";
13 //Test preg_quote with one more than the expected number of arguments
14 echo "\n-- Testing preg_quote() function with more than expected no. of arguments --\n";
24 -- Testing preg_quote() function with Zero arguments --
29 -- Testing preg_quote() function with more than expected no. of arguments --
/PHP-7.0/ext/standard/tests/network/
H A Dgethostbynamel_error.phpt13 // Zero arguments
14 echo "\n-- Testing gethostbynamel() function with Zero arguments --\n";
17 //Test gethostbynamel with one more than the expected number of arguments
18 echo "\n-- Testing gethostbynamel() function with more than expected no. of arguments --\n";
27 -- Testing gethostbynamel() function with Zero arguments --
32 -- Testing gethostbynamel() function with more than expected no. of arguments --
H A Dlong2ip_error.phpt13 // Zero arguments
14 echo "\n-- Testing long2ip() function with Zero arguments --\n";
17 //Test long2ip with one more than the expected number of arguments
18 echo "\n-- Testing long2ip() function with more than expected no. of arguments --\n";
28 -- Testing long2ip() function with Zero arguments --
33 -- Testing long2ip() function with more than expected no. of arguments --
H A Dip2long_error.phpt13 // Zero arguments
14 echo "\n-- Testing ip2long() function with Zero arguments --\n";
17 //Test ip2long with one more than the expected number of arguments
18 echo "\n-- Testing ip2long() function with more than expected no. of arguments --\n";
28 -- Testing ip2long() function with Zero arguments --
33 -- Testing ip2long() function with more than expected no. of arguments --
/PHP-7.0/ext/standard/tests/general_functions/
H A Dvar_export_error1.phpt13 // Zero arguments
14 echo "\n-- Testing var_export() function with Zero arguments --\n";
17 //Test var_export with one more than the expected number of arguments
18 echo "\n-- Testing var_export() function with more than expected no. of arguments --\n";
29 -- Testing var_export() function with Zero arguments --
34 -- Testing var_export() function with more than expected no. of arguments --

Completed in 40 milliseconds

12345678910>>...63