Home
last modified time | relevance | path

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

12345678910>>...63

/PHP-7.0/ext/standard/tests/array/
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_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 --
/PHP-7.0/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-7.0/ext/standard/tests/math/
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 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 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 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 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 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 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 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 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
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
/PHP-7.0/ext/ctype/tests/
H A Dctype_alnum_error.phpt13 * Pass incorrect number of arguments to ctype_alnum() to test behaviour
20 // Zero arguments
21 echo "\n-- Testing ctype_alnum() function with Zero arguments --\n";
24 //Test ctype_alnum with one more than the expected number of arguments
25 echo "\n-- Testing ctype_alnum() function with more than expected no. of arguments --\n";
36 -- Testing ctype_alnum() function with Zero arguments --
41 -- Testing ctype_alnum() function with more than expected no. of arguments --
H A Dctype_space_error.phpt13 * Pass an incorrect number of arguments to ctype_space() to test behaviour
20 // Zero arguments
21 echo "\n-- Testing ctype_space() function with Zero arguments --\n";
24 //Test ctype_space with one more than the expected number of arguments
25 echo "\n-- Testing ctype_space() function with more than expected no. of arguments --\n";
36 -- Testing ctype_space() function with Zero arguments --
41 -- Testing ctype_space() function with more than expected no. of arguments --

Completed in 32 milliseconds

12345678910>>...63