Home
last modified time | relevance | path

Searched refs:arguments (Results 51 – 75 of 1597) sorted by relevance

12345678910>>...64

/PHP-5.5/ext/standard/tests/strings/
H A Dstrlen_error.phpt11 echo "*** Testing strlen() : unexpected number of arguments ***";
14 echo "\n-- Testing strlen() function with no arguments --\n";
17 echo "\n-- Testing strlen() function with more than expected no. of arguments --\n";
23 *** Testing strlen() : unexpected number of arguments ***
24 -- Testing strlen() function with no arguments --
29 -- Testing strlen() function with more than expected no. of arguments --
/PHP-5.5/ext/standard/tests/math/
H A Datan_error.phpt2 Test wrong number of arguments for atan()
13 echo "\nToo many arguments\n";
16 echo "\nToo few arguments\n";
21 Too many arguments
26 Too few arguments
H A Dcos_error.phpt2 Test wrong number of arguments for cos()
13 echo "\nToo many arguments\n";
16 echo "\nToo few arguments\n";
21 Too many arguments
26 Too few arguments
H A Dcosh_error.phpt2 Test wrong number of arguments for cosh()
13 echo "\nToo many arguments\n";
16 echo "\nToo few arguments\n";
21 Too many arguments
26 Too few arguments
H A Drad2deg_error.phpt2 Test wrong number of arguments for rad2deg()
15 echo "\nToo many arguments\n";
18 echo "\nToo few arguments\n";
23 Too many arguments
28 Too few arguments
H A Dsqrt_error.phpt2 Test wrong number of arguments for sqrt()
15 echo "\nToo many arguments\n";
18 echo "\nToo few arguments\n";
23 Too many arguments
28 Too few arguments
H A Dtanh_error.phpt2 Test wrong number of arguments for tanh()
13 echo "\nToo many arguments\n";
16 echo "\nToo few arguments\n";
21 Too many arguments
26 Too few arguments
H A Dacos_error.phpt2 Test wrong number of arguments for acos()
13 echo "\nToo many arguments\n";
16 echo "\nToo few arguments\n";
21 Too many arguments
26 Too few arguments
H A Dacosh_error.phpt2 Test wrong number of arguments for acosh()
13 echo "\nToo many arguments\n";
16 echo "\nToo few arguments\n";
21 Too many arguments
26 Too few arguments
H A Dasin_error.phpt2 Test wrong number of arguments for asin()
13 echo "\nToo many arguments\n";
16 echo "\nToo few arguments\n";
21 Too many arguments
26 Too few arguments
H A Dasinh_error.phpt2 Test wrong number of arguments for asinh()
13 echo "\nToo many arguments\n";
16 echo "\nToo few arguments\n";
21 Too many arguments
26 Too few arguments
H A Datanh_error.phpt2 Test wrong number of arguments for atanh()
13 echo "\nToo many arguments\n";
16 echo "\nToo few arguments\n";
21 Too many arguments
26 Too few arguments
H A Ddeg2rad_error.phpt2 Test wrong number of arguments for deg2rad()
15 echo "\nToo many arguments\n";
18 echo "\nToo few arguments\n";
23 Too many arguments
28 Too few arguments
H A Dlog10_error.phpt2 Test wrong number of arguments for log10()
15 echo "\nToo many arguments\n";
18 echo "\nToo few arguments\n";
23 Too many arguments
28 Too few arguments
H A Dsin_error.phpt2 Test wrong number of arguments for sin()
13 echo "\nToo many arguments\n";
16 echo "\nToo few arguments\n";
21 Too many arguments
26 Too few arguments
H A Dsinh_error.phpt2 Test wrong number of arguments for sinh()
13 echo "\nToo many arguments\n";
16 echo "\nToo few arguments\n";
21 Too many arguments
26 Too few arguments
H A Dtan_error.phpt2 Test wrong number of arguments for tan()
13 echo "\nToo many arguments\n";
16 echo "\nToo few arguments\n";
21 Too many arguments
26 Too few arguments
/PHP-5.5/ext/standard/tests/array/
H A Darray_map_error.phpt12 // Zero arguments
13 echo "\n-- Testing array_map() function with Zero arguments --\n";
16 // Testing array_map with one less than the expected number of arguments
17 echo "\n-- Testing array_map() function with one less than expected no. of arguments --\n";
23 echo "\n-- Testing array_map() function with less no. of arrays than callback function arguments --…
30 echo "\n-- Testing array_map() function with more no. of arrays than callback function arguments --…
40 -- Testing array_map() function with Zero arguments --
45 -- Testing array_map() function with one less than expected no. of arguments --
50 -- Testing array_map() function with less no. of arrays than callback function arguments --
66 -- Testing array_map() function with more no. of arrays than callback function arguments --
H A Darray_diff_key_error.phpt6 …: Returns the entries of arr1 that have keys which are not present in any of the others arguments.
15 // Testing array_diff_key with one less than the expected number of arguments
16 echo "\n-- Testing array_diff_key() function with less than expected no. of arguments --\n";
19 // Testing array_diff_key with no arguments
20 echo "\n-- Testing array_diff_key() function with no arguments --\n";
27 -- Testing array_diff_key() function with less than expected no. of arguments --
32 -- Testing array_diff_key() function with no arguments --
H A Darray_intersect_assoc_error.phpt6 …iption: Returns the entries of arr1 that have values which are present in all the other arguments.
13 // Zero arguments
14 echo "\n-- Testing array_intersect_assoc() function with Zero arguments --\n";
17 // Testing array_intersect_assoc with one less than the expected number of arguments
18 echo "\n-- Testing array_intersect_assoc() function with less than expected no. of arguments --\n";
27 -- Testing array_intersect_assoc() function with Zero arguments --
32 -- Testing array_intersect_assoc() function with less than expected no. of arguments --
H A Dcount_error.phpt11 * Pass incorrect number of arguments to count() to test behaviour
16 // Zero arguments
17 echo "\n-- Testing count() function with Zero arguments --\n";
20 //Test count with one more than the expected number of arguments
21 echo "\n-- Testing count() function with more than expected no. of arguments --\n";
32 -- Testing count() function with Zero arguments --
37 -- Testing count() function with more than expected no. of arguments --
H A Dcurrent_error.phpt12 * Pass incorrect number of arguments to current() to test behaviour
17 // Zero arguments
18 echo "\n-- Testing current() function with Zero arguments --\n";
21 //Test current with one more than the expected number of arguments
22 echo "\n-- Testing current() function with more than expected no. of arguments --\n";
31 -- Testing current() function with Zero arguments --
36 -- Testing current() function with more than expected no. of arguments --
H A Dend_error.phpt11 * Pass incorrect number of arguments to end() to test behaviour
16 // Zero arguments
17 echo "\n-- Testing end() function with Zero arguments --\n";
20 //Test end with one more than the expected number of arguments
21 echo "\n-- Testing end() function with more than expected no. of arguments --\n";
30 -- Testing end() function with Zero arguments --
35 -- Testing end() function with more than expected no. of arguments --
H A Dkey_error.phpt11 * Pass incorrect number of arguments to key() to test behaviour
16 // Zero arguments
17 echo "\n-- Testing key() function with Zero arguments --\n";
20 //Test current with one more than the expected number of arguments
21 echo "\n-- Testing key() function with more than expected no. of arguments --\n";
30 -- Testing key() function with Zero arguments --
35 -- Testing key() function with more than expected no. of arguments --
H A Dreset_error.phpt11 * Pass incorrect number of arguments to reset() to test behaviour
16 // Zero arguments
17 echo "\n-- Testing reset() function with Zero arguments --\n";
20 //Test reset with one more than the expected number of arguments
21 echo "\n-- Testing reset() function with more than expected no. of arguments --\n";
30 -- Testing reset() function with Zero arguments --
35 -- Testing reset() function with more than expected no. of arguments --

Completed in 37 milliseconds

12345678910>>...64