Home
last modified time | relevance | path

Searched refs:arguments (Results 1 – 25 of 1469) sorted by relevance

12345678910>>...59

/PHP-5.5/ext/standard/tests/array/
H A Darray_key_exists_variation8.phpt117 -- $key arguments are int data:
122 -- $key arguments are float data:
149 -- $key arguments are unset data:
153 -- $key arguments are int data:
189 -- $key arguments are int data:
225 -- $key arguments are int data:
261 -- $key arguments are int data:
297 -- $key arguments are int data:
333 -- $key arguments are int data:
369 -- $key arguments are int data:
[all …]
H A Darray_diff_assoc_error.phpt2 Test array_diff_assoc() function : error conditions - pass array_diff_assoc() too few/zero arguments
7 * in any of the others arguments but do additional checks whether the keys are equal
12 * Test errors for array_diff with too few\zero arguments
17 // Zero arguments
18 echo "\n-- Testing array_diff_assoc() function with zero arguments --\n";
21 // Testing array_diff_assoc with one less than the expected number of arguments
22 echo "\n-- Testing array_diff_assoc() function with less than expected no. of arguments --\n";
32 -- Testing array_diff_assoc() function with zero arguments --
37 -- Testing array_diff_assoc() function with less than expected no. of arguments --
H A Darray_diff_error.phpt2 Test array_diff() function : error conditions - too few arguments passed to function
7 * not present in any of the others arguments.
12 * Test array_diff with less than the expected number of arguments
16 // Zero arguments
17 echo "\n-- Testing array_diff() function with zero arguments --\n";
21 // Testing array_diff with one less than the expected number of arguments
22 echo "\n-- Testing array_diff() function with less than expected no. of arguments --\n";
31 -- Testing array_diff() function with zero arguments --
36 -- Testing array_diff() function with less than expected no. of arguments --
H A Darray_count_values_error.phpt17 // Zero arguments
18 echo "\n-- Testing array_count_values() function with Zero arguments --\n";
21 //Test array_count_values with one more than the expected number of arguments
22 echo "\n-- Testing array_count_values() function with more than expected no. of arguments --\n";
27 //Test array_count_values with integer arguments
28 echo "\n-- Testing array_count_values() function integer arguments --\n";
36 -- Testing array_count_values() function with Zero arguments --
41 -- Testing array_count_values() function with more than expected no. of arguments --
46 -- Testing array_count_values() function integer arguments --
H A Dnext_error.phpt2 Test next() function : error conditions - Pass incorrect number of arguments
11 * Pass incorrect number of arguments to next() to test behaviour
16 // Zero arguments
17 echo "\n-- Testing next() function with Zero arguments --\n";
20 //Test next with one more than the expected number of arguments
21 echo "\n-- Testing next() function with more than expected no. of arguments --\n";
30 -- Testing next() function with Zero arguments --
35 -- Testing next() function with more than expected no. of arguments --
H A Dprev_error1.phpt2 Test prev() function : error conditions - Pass incorrect number of arguments
11 * Pass incorrect number of arguments to prev() to test behaviour
16 // Zero arguments
17 echo "\n-- Testing prev() function with Zero arguments --\n";
20 //Test prev with one more than the expected number of arguments
21 echo "\n-- Testing prev() function with more than expected no. of arguments --\n";
30 -- Testing prev() function with Zero arguments --
35 -- Testing prev() function with more than expected no. of arguments --
H A Darray_intersect_key_error.phpt6 …cription: Returns the entries of arr1 that have keys which are present in all the other arguments.
12 //Initialise function arguments
15 // Testing array_intersect_key with one less than the expected number of arguments
16 echo "\n-- Testing array_intersect_key() function with less than expected no. of arguments --\n";
19 // Testing array_intersect_key with one less than the expected number of arguments
20 echo "\n-- Testing array_intersect_key() function with no arguments --\n";
27 -- Testing array_intersect_key() function with less than expected no. of arguments --
32 -- Testing array_intersect_key() function with no arguments --
H A Darray_combine_error1.phpt13 // Zero arguments
14 echo "\n-- Testing array_combine() function with Zero arguments --\n";
17 //Test array_combine with one more than the expected number of arguments
18 echo "\n-- Testing array_combine() function with more than expected no. of arguments --\n";
24 // Testing array_combine with one less than the expected number of arguments
25 echo "\n-- Testing array_combine() function with less than expected no. of arguments --\n";
34 -- Testing array_combine() function with Zero arguments --
39 -- Testing array_combine() function with more than expected no. of arguments --
44 -- Testing array_combine() function with less than expected no. of arguments --
/PHP-5.5/ext/standard/tests/strings/
H A Djoin_variation2.phpt108 Warning: join(): Invalid arguments passed in %s on line %d
112 Warning: join(): Invalid arguments passed in %s on line %d
116 Warning: join(): Invalid arguments passed in %s on line %d
120 Warning: join(): Invalid arguments passed in %s on line %d
124 Warning: join(): Invalid arguments passed in %s on line %d
128 Warning: join(): Invalid arguments passed in %s on line %d
132 Warning: join(): Invalid arguments passed in %s on line %d
136 Warning: join(): Invalid arguments passed in %s on line %d
140 Warning: join(): Invalid arguments passed in %s on line %d
144 Warning: join(): Invalid arguments passed in %s on line %d
[all …]
H A Dsprintf_error.phpt12 // Zero arguments
13 echo "\n-- Testing sprintf() function with Zero arguments --\n";
16 echo "\n-- Testing sprintf() function with less than expected no. of arguments --\n";
40 -- Testing sprintf() function with Zero arguments --
45 -- Testing sprintf() function with less than expected no. of arguments --
47 Warning: sprintf(): Too few arguments in %s on line %d
50 Warning: sprintf(): Too few arguments in %s on line %d
53 Warning: sprintf(): Too few arguments in %s on line %d
56 Warning: sprintf(): Too few arguments in %s on line %d
59 Warning: sprintf(): Too few arguments in %s on line %d
[all …]
H A Dchunk_split_error.phpt12 * Testing error conditions of chunk_split() with zero arguments
13 * and for more than expected number of arguments
18 // Zero arguments
19 echo "-- Testing chunk_split() function with Zero arguments --";
22 // With one more than the expected number of arguments
27 echo "-- Testing chunk_split() function with more than expected no. of arguments --";
34 -- Testing chunk_split() function with Zero arguments --
37 -- Testing chunk_split() function with more than expected no. of arguments --
H A Dprintf_basic2.phpt22 echo "\n-- Calling printf() with no arguments --\n";
27 echo "\n-- Calling printf() with one arguments--\n";
32 echo "\n-- Calling printf() with two arguments--\n";
37 echo "\n-- Calling printf() with 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 three arguments--
H A Dprintf_basic4.phpt22 echo "\n-- Calling printf() with no arguments --\n";
27 echo "\n-- Calling printf() with one arguments--\n";
32 echo "\n-- Calling printf() with two arguments--\n";
37 echo "\n-- Calling printf() with three arguments--\n";
46 -- Calling printf() with no arguments --
50 -- Calling printf() with one arguments--
54 -- Calling printf() with two arguments--
58 -- Calling printf() with three arguments--
H A Dprintf_basic5.phpt22 echo "\n-- Calling printf() with no arguments --\n";
27 echo "\n-- Calling printf() with one arguments --\n";
32 echo "\n-- Calling printf() with two arguments --\n";
37 echo "\n-- Calling printf() with three arguments --\n";
46 -- Calling printf() with no arguments --
50 -- Calling printf() with one arguments --
54 -- Calling printf() with two arguments --
58 -- Calling printf() with three arguments --
/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_match_error1.phpt2 Test mb_ereg_match() function : error conditions - pass function incorrect number of arguments
16 * Test mb_ereg_match by passing an incorrect number of arguments
22 //Test mb_ereg_match with one more than the expected number of arguments
23 echo "\n-- Testing mb_ereg_match() function with more than expected no. of arguments --\n";
30 // Testing mb_ereg_match with one less than the expected number of arguments
31 echo "\n-- Testing mb_ereg_match() function with less than expected no. of arguments --\n";
35 // Testing mb_ereg_match with zero arguments
36 echo "\n-- Testing mb_ereg_match() function with zero arguments --\n";
44 -- Testing mb_ereg_match() function with more than expected no. of arguments --
49 -- Testing mb_ereg_match() function with less than expected no. of arguments --
[all …]
/PHP-5.5/ext/standard/tests/dir/
H A Dchdir_error1.phpt2 Test chdir() function : error conditions - Incorrect number of arguments
11 * Pass incorrect number of arguments to chdir() to test behaviour
16 // Zero arguments
17 echo "\n-- Testing chdir() function with Zero arguments --\n";
20 //Test chdir with one more than the expected number of arguments
21 echo "\n-- Testing chdir() function with more than expected no. of arguments --\n";
30 -- Testing chdir() function with Zero arguments --
35 -- Testing chdir() function with more than expected no. of arguments --
/PHP-5.5/ext/standard/tests/class_object/
H A Dclass_exists_error_001.phpt2 Test class_exists() function : error conditions (wrong number of arguments)
12 * Test wrong number of arguments
17 // Zero arguments
18 echo "\n-- Testing class_exists() function with Zero arguments --\n";
21 //Test class_exists with one more than the expected number of arguments
22 echo "\n-- Testing class_exists() function with more than expected no. of arguments --\n";
33 -- Testing class_exists() function with Zero arguments --
38 -- Testing class_exists() function with more than expected no. of arguments --
H A Dtrait_exists_error_001.phpt2 Test trait_exists() function : error conditions (wrong number of arguments)
12 * Test wrong number of arguments
17 // Zero arguments
18 echo "\n-- Testing trait_exists() function with Zero arguments --\n";
21 //Test trait_exists with one more than the expected number of arguments
22 echo "\n-- Testing trait_exists() function with more than expected no. of arguments --\n";
33 -- Testing trait_exists() function with Zero arguments --
38 -- Testing trait_exists() function with more than expected no. of arguments --
/PHP-5.5/ext/ctype/tests/
H A Dctype_alpha_error.phpt2 Test ctype_alpha() function : error conditions - Incorrect number of arguments
13 * Pass an incorrect number of arguments to ctype_alpha() to test behaviour
18 // Zero arguments
19 echo "\n-- Testing ctype_alpha() function with Zero arguments --\n";
22 //Test ctype_alpha with one more than the expected number of arguments
23 echo "\n-- Testing ctype_alpha() function with more than expected no. of arguments --\n";
32 -- Testing ctype_alpha() function with Zero arguments --
37 -- Testing ctype_alpha() function with more than expected no. of arguments --
H A Dctype_digit_error.phpt2 Test ctype_digit() function : error conditions - incorrect number of arguments
13 * Pass an incorrect number of arguments to ctype_digit() to test behaviour
18 // Zero arguments
19 echo "\n-- Testing ctype_digit() function with Zero arguments --\n";
22 //Test ctype_digit with one more than the expected number of arguments
23 echo "\n-- Testing ctype_digit() function with more than expected no. of arguments --\n";
32 -- Testing ctype_digit() function with Zero arguments --
37 -- Testing ctype_digit() function with more than expected no. of arguments --
H A Dctype_graph_error.phpt2 Test ctype_graph() function : error conditions - incorrect number of arguments
13 * Pass an incorrect number of arguments to ctype_graph() to test behaviour
18 // Zero arguments
19 echo "\n-- Testing ctype_graph() function with Zero arguments --\n";
22 //Test ctype_graph with one more than the expected number of arguments
23 echo "\n-- Testing ctype_graph() function with more than expected no. of arguments --\n";
32 -- Testing ctype_graph() function with Zero arguments --
37 -- Testing ctype_graph() function with more than expected no. of arguments --
/PHP-5.5/ext/pcre/tests/
H A Dpreg_grep_error.phpt10 // Zero arguments
11 echo "\n-- Testing preg_grep() function with Zero arguments --\n";
13 //Test preg_grep with one more than the expected number of arguments
14 echo "\n-- Testing preg_grep() function with more than expected no. of arguments --\n";
20 // Testing preg_grep withone less than the expected number of arguments
21 echo "\n-- Testing preg_grep() function with less than expected no. of arguments --\n";
29 -- Testing preg_grep() function with Zero arguments --
34 -- Testing preg_grep() function with more than expected no. of arguments --
39 -- Testing preg_grep() function with less than expected no. of arguments --
H A Dpreg_match_all_error.phpt10 // Zero arguments
11 echo "\n-- Testing preg_match_all() function with Zero arguments --\n";
13 //Test preg_match_all with one more than the expected number of arguments
14 echo "\n-- Testing preg_match_all() function with more than expected no. of arguments --\n";
21 // Testing preg_match_all withone less than the expected number of arguments
22 echo "\n-- Testing preg_match_all() function with less than expected no. of arguments --\n";
30 -- Testing preg_match_all() function with Zero arguments --
35 -- Testing preg_match_all() function with more than expected no. of arguments --
40 -- Testing preg_match_all() function with less than expected no. of arguments --
H A Dpreg_match_error.phpt10 // Zero arguments
11 echo "\n-- Testing preg_match() function with Zero arguments --\n";
13 //Test preg_match with one more than the expected number of arguments
14 echo "\n-- Testing preg_match() function with more than expected no. of arguments --\n";
21 // Testing preg_match withone less than the expected number of arguments
22 echo "\n-- Testing preg_match() function with less than expected no. of arguments --\n";
30 -- Testing preg_match() function with Zero arguments --
35 -- Testing preg_match() function with more than expected no. of arguments --
40 -- Testing preg_match() function with less than expected no. of arguments --
H A Dpreg_replace_error.phpt10 //Zero arguments
11 echo "\n-- Testing preg_replace() function with zero arguments --\n";
13 //Test preg_replace() with one more than the expected number of arguments
14 echo "\n-- Testing preg_replace() function with more than expected no. of arguments --\n";
21 //Testing preg_replace() with one less than the expected number of arguments
22 echo "\n-- Testing preg_replace() function with less than expected no. of arguments --\n";
31 -- Testing preg_replace() function with zero arguments --
36 -- Testing preg_replace() function with more than expected no. of arguments --
41 -- Testing preg_replace() function with less than expected no. of arguments --

Completed in 39 milliseconds

12345678910>>...59