Home
last modified time | relevance | path

Searched refs:arguments (Results 26 – 50 of 1469) sorted by relevance

12345678910>>...59

/PHP-5.5/ext/pcre/tests/
H A Dpreg_split_error.phpt10 // Zero arguments
11 echo "\n-- Testing preg_split() function with Zero arguments --\n";
13 //Test preg_split with one more than the expected number of arguments
14 echo "\n-- Testing preg_split() function with more than expected no. of arguments --\n";
21 // Testing preg_split withone less than the expected number of arguments
22 echo "\n-- Testing preg_split() function with less than expected no. of arguments --\n";
30 -- Testing preg_split() function with Zero arguments --
35 -- Testing preg_split() function with more than expected no. of arguments --
40 -- Testing preg_split() function with less than expected no. of arguments --
H A Dpreg_replace_callback_error.phpt10 //Zero arguments
11 echo "\n-- Testing preg_replace_callback() function with Zero arguments --\n";
13 //Test preg_replace_callback() with one more than the expected number of arguments
14 echo "\n-- Testing preg_replace_callback() function with more than expected no. of arguments --\n";
25 //Testing preg_replace_callback() with one less than the expected number of arguments
26 echo "\n-- Testing preg_replace_callback() function with less than expected no. of arguments --\n";
34 -- Testing preg_replace_callback() function with Zero arguments --
39 -- Testing preg_replace_callback() function with more than expected no. of arguments --
44 -- Testing preg_replace_callback() function with less than expected no. of arguments --
/PHP-5.5/ext/standard/tests/array/
H A Darray_intersect_ukey_error.phpt12 //Initialise arguments
25 //Test array_intersect_ukey with one more than the expected number of arguments
26 echo "\n-- Testing array_intersect_ukey() function with more than expected no. of arguments --\n";
30 // Testing array_intersect_ukey with one less than the expected number of arguments
31 echo "\n-- Testing array_intersect_ukey() function with less than expected no. of arguments --\n";
34 // Testing array_intersect_ukey with no arguments
35 echo "\n-- Testing array_intersect_ukey() function with no arguments --\n";
42 -- Testing array_intersect_ukey() function with more than expected no. of arguments --
47 -- Testing array_intersect_ukey() function with less than expected no. of arguments --
52 -- Testing array_intersect_ukey() function with no arguments --
H A Darray_slice_basic.phpt22 // Calling array_slice() with all possible arguments
23 echo "\n-- All arguments --\n";
26 // Calling array_slice() with mandatory arguments
27 echo "\n-- Mandatory arguments --\n";
36 -- All arguments --
44 -- Mandatory arguments --
H A Darray_diff_ukey_error.phpt6 …: Returns the entries of arr1 that have keys which are not present in any of the others arguments.
25 //Test array_diff_ukey with one more than the expected number of arguments
26 echo "\n-- Testing array_diff_ukey() function with more than expected no. of arguments --\n";
29 // Testing array_diff_ukey with one less than the expected number of arguments
30 echo "\n-- Testing array_diff_ukey() function with less than expected no. of arguments --\n";
33 // Testing array_diff_ukey with one less than the expected number of arguments
34 echo "\n-- Testing array_diff_ukey() function with no arguments --\n";
41 -- Testing array_diff_ukey() function with more than expected no. of arguments --
46 -- Testing array_diff_ukey() function with less than expected no. of arguments --
51 -- Testing array_diff_ukey() function with no arguments --
H A Darray_pad_error.phpt12 // Zero arguments
13 echo "\n-- Testing array_pad() function with Zero arguments --\n";
16 //Test array_pad with one more than the expected number of arguments
17 echo "\n-- Testing array_pad() function with more than expected no. of arguments --\n";
24 // Testing array_pad with less than the expected number of arguments
25 echo "\n-- Testing array_pad() function with less than expected no. of arguments --\n";
36 -- Testing array_pad() function with Zero arguments --
41 -- Testing array_pad() function with more than expected no. of arguments --
46 -- Testing array_pad() function with less than expected no. of arguments --
H A Dusort_error1.phpt2 Test usort() function : error conditions - Pass incorrect number of arguments
11 * Pass incorrect number of arguments to usort() to test behaviour
16 //Test usort with one more than the expected number of arguments
17 echo "\n-- Testing usort() function with more than expected no. of arguments --\n";
23 // Testing usort with one less than the expected number of arguments
24 echo "\n-- Testing usort() function with less than expected no. of arguments --\n";
32 -- Testing usort() function with more than expected no. of arguments --
37 -- Testing usort() function with less than expected no. of arguments --
H A Darray_intersect_assoc_variation9.phpt37 // Calling array_intersect_assoc() with default arguments
39 echo "- With default arguments -\n";
42 // Calling array_intersect_assoc() with more arguments
44 echo "- With more arguments -\n";
50 echo "- With default arguments -\n";
53 // Calling array_intersect_assoc() with more arguments
55 echo "- With more arguments -\n";
63 - With default arguments -
96 - With more arguments -
138 - With default arguments -
[all …]
H A Darray_values_error.phpt11 * Pass incorrect number of arguments to array_values to test behaviour
16 // Zero arguments
17 echo "\n-- Testing array_values() function with Zero arguments --\n";
20 //Test array_values with one more than the expected number of arguments
21 echo "\n-- Testing array_values() function with more than expected no. of arguments --\n";
32 -- Testing array_values() function with Zero arguments --
37 -- Testing array_values() function with more than expected no. of arguments --
H A Darray_intersect_error.phpt6 …ription: Returns the entries of arr1 that have values which are present in all the other arguments
12 // Testing array_intersect() with zero arguments
13 echo "\n-- Testing array_intersect() function with Zero arguments --\n";
16 // Testing array_intersect() with one less than the expected number of arguments
17 echo "\n-- Testing array_intersect() function with less than expected no. of arguments --\n";
26 -- Testing array_intersect() function with Zero arguments --
31 -- Testing array_intersect() function with less than expected no. of arguments --
H A Darray_shift_error.phpt11 * Pass incorrect number of arguments to array_shift() to test behaviour
16 // Zero arguments
17 echo "\n-- Testing array_shift() function with Zero arguments --\n";
20 //Test array_shift with one more than the expected number of arguments
21 echo "\n-- Testing array_shift() function with more than expected no. of arguments --\n";
31 -- Testing array_shift() function with Zero arguments --
36 -- Testing array_shift() function with more than expected no. of arguments --
H A Dnatcasesort_error.phpt11 * Pass incorrect number of arguments to natcasesort() to test behaviour
16 // Zero arguments
17 echo "\n-- Testing natcasesort() function with Zero arguments --\n";
20 // Test natcasesort with one more than the expected number of arguments
21 echo "\n-- Testing natcasesort() function with more than expected no. of arguments --\n";
31 -- Testing natcasesort() function with Zero arguments --
36 -- Testing natcasesort() function with more than expected no. of arguments --
/PHP-5.5/ext/standard/tests/strings/
H A Dprintf_error.phpt12 // Zero arguments
13 echo "\n-- Testing printf() function with Zero arguments --\n";
16 echo "\n-- Testing printf() function with less than expected no. of arguments --\n";
40 -- Testing printf() function with Zero arguments --
45 -- Testing printf() function with less than expected no. of arguments --
49 Warning: printf(): Too few arguments in %s on line %d
52 Warning: printf(): Too few arguments in %s on line %d
55 Warning: printf(): Too few arguments in %s on line %d
60 Warning: printf(): Too few arguments in %s on line %d
63 Warning: printf(): Too few arguments in %s on line %d
[all …]
H A Dprintf_basic1.phpt21 echo "\n-- Calling printf() with no arguments --\n";
26 echo "\n-- Calling printf() with one arguments --\n";
31 echo "\n-- Calling printf() with two arguments --\n";
37 echo "\n-- Calling printf() with string three arguments --\n";
47 -- Calling printf() with no arguments --
51 -- Calling printf() with one arguments --
55 -- Calling printf() with two arguments --
59 -- Calling printf() with string three arguments --
H A Dprintf_basic8.phpt27 echo "\n-- Calling printf() with no arguments --\n";
32 echo "\n-- Calling printf() with one arguments --\n";
37 echo "\n-- Calling printf() with two arguments --\n";
42 echo "\n-- Calling printf() with three arguments --\n";
52 -- Calling printf() with no arguments --
56 -- Calling printf() with one arguments --
60 -- Calling printf() with two arguments --
64 -- Calling printf() with three arguments --
H A Djoin_error.phpt14 echo "\n-- Testing join() function with Zero arguments --\n";
17 // More than expected number of arguments
18 echo "\n-- Testing join() function with more than expected no. of arguments --\n";
25 // Less than expected number of arguments
26 echo "\n-- Testing join() with less than expected no. of arguments --\n";
36 -- Testing join() function with Zero arguments --
41 -- Testing join() function with more than expected no. of arguments --
46 -- Testing join() with less than expected no. of arguments --
H A Dprintf_basic7.phpt28 echo "\n-- Calling printf() with no arguments --\n";
33 echo "\n-- Calling printf() with one arguments --\n";
38 echo "\n-- Calling printf() with two arguments --\n";
43 echo "\n-- Calling printf() with three arguments --\n";
53 -- Calling printf() with no arguments --
57 -- Calling printf() with one arguments --
61 -- Calling printf() with two arguments --
65 -- Calling printf() with three arguments --
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_class_methods_error_001.phpt12 * Test wrong number of arguments.
17 // Zero arguments
18 echo "\n-- Testing get_class_methods() function with Zero arguments --\n";
21 //Test get_class_methods with one more than the expected number of arguments
22 echo "\n-- Testing get_class_methods() function with more than expected no. of arguments --\n";
32 -- Testing get_class_methods() function with Zero arguments --
37 -- Testing get_class_methods() function with more than expected no. of arguments --
/PHP-5.5/ext/standard/tests/image/
H A Dimage_type_to_mime_type_error.phpt2 Test image_type_to_mime_type() function : error conditions - Pass incorrect number of arguments
14 // Zero arguments
15 echo "\n-- Testing image_type_to_mime_type() function with Zero arguments --\n";
18 //Test image_type_to_mime_type with one more than the expected number of arguments
19 echo "\n-- Testing image_type_to_mime_type() function with more than expected no. of arguments --\n…
26 -- Testing image_type_to_mime_type() function with Zero arguments --
31 -- Testing image_type_to_mime_type() function with more than expected no. of arguments --
/PHP-5.5/ext/mbstring/tests/
H A Dmb_strtolower_error1.phpt2 Test mb_strtolower() function : error conditions - pass incorrect number of arguments
16 * Pass an incorrect number of arguments to mb_strtolower() to test behaviour
21 //Test mb_strtolower with one more than the expected number of arguments
22 echo "\n-- Testing mb_strtolower() function with more than expected no. of arguments --\n";
28 //Test mb_strtolower with zero arguments
29 echo "\n-- Testing mb_strtolower() function with zero arguments --\n";
37 -- Testing mb_strtolower() function with more than expected no. of arguments --
42 -- Testing mb_strtolower() function with zero arguments --
/PHP-5.5/ext/ctype/tests/
H A Dctype_cntrl_error.phpt13 * Pass an incorrect number of arguments to ctype_cntrl() to test behaviour
18 // Zero arguments
19 echo "\n-- Testing ctype_cntrl() function with Zero arguments --\n";
22 //Test ctype_cntrl with one more than the expected number of arguments
23 echo "\n-- Testing ctype_cntrl() function with more than expected no. of arguments --\n";
32 -- Testing ctype_cntrl() function with Zero arguments --
37 -- Testing ctype_cntrl() function with more than expected no. of arguments --
H A Dctype_lower_error.phpt13 * Pass incorrect number of arguments to ctype_lower() to test behaviour
18 // Zero arguments
19 echo "\n-- Testing ctype_lower() function with Zero arguments --\n";
22 //Test ctype_lower with one more than the expected number of arguments
23 echo "\n-- Testing ctype_lower() function with more than expected no. of arguments --\n";
32 -- Testing ctype_lower() function with Zero arguments --
37 -- Testing ctype_lower() function with more than expected no. of arguments --
H A Dctype_print_error.phpt13 * Pass incorrect number of arguments to ctype_print() to test behaviour
18 // Zero arguments
19 echo "\n-- Testing ctype_print() function with Zero arguments --\n";
22 //Test ctype_print with one more than the expected number of arguments
23 echo "\n-- Testing ctype_print() function with more than expected no. of arguments --\n";
32 -- Testing ctype_print() function with Zero arguments --
37 -- Testing ctype_print() function with more than expected no. of arguments --
H A Dctype_upper_error.phpt13 * Pass incorrect number of arguments to ctype_upper() to test behaviour
18 // Zero arguments
19 echo "\n-- Testing ctype_upper() function with Zero arguments --\n";
22 //Test ctype_upper with one more than the expected number of arguments
23 echo "\n-- Testing ctype_upper() function with more than expected no. of arguments --\n";
32 -- Testing ctype_upper() function with Zero arguments --
37 -- Testing ctype_upper() function with more than expected no. of arguments --
H A Dctype_xdigit_error.phpt13 * Pass incorrect number of arguments to ctype_xdigit() to test behaviour
18 // Zero arguments
19 echo "\n-- Testing ctype_xdigit() function with Zero arguments --\n";
22 //Test ctype_xdigit with one more than the expected number of arguments
23 echo "\n-- Testing ctype_xdigit() function with more than expected no. of arguments --\n";
32 -- Testing ctype_xdigit() function with Zero arguments --
37 -- Testing ctype_xdigit() function with more than expected no. of arguments --

Completed in 78 milliseconds

12345678910>>...59