Home
last modified time | relevance | path

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

12345678910>>...39

/PHP-7.4/ext/standard/tests/array/
H A Darray_key_exists_variation8.phpt116 -- $key arguments are int data:
121 -- $key arguments are float data:
148 -- $key arguments are unset data:
152 -- $key arguments are int data:
188 -- $key arguments are int data:
224 -- $key arguments are int data:
260 -- $key arguments are int data:
296 -- $key arguments are int data:
332 -- $key arguments are int data:
368 -- $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_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";
27 echo "\n-- Testing array_map() function with less no. of arrays than callback function arguments --…
38 echo "\n-- Testing array_map() function with more no. of arrays than callback function arguments --…
48 -- Testing array_map() function with Zero arguments --
53 -- Testing array_map() function with one less than expected no. of arguments --
58 -- Testing array_map() function with less no. of arrays than callback function arguments --
59 Exception: Too few arguments to function callback2(), 1 passed and exactly 2 expected
[all …]
H A Darray_intersect_key_error.phpt6 …scription: 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_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";
35 -- All arguments --
43 -- Mandatory arguments --
H A Darray_intersect_error.phpt6 …cription: 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_fill_error.phpt13 // Zero arguments
14 echo "-- Testing array_fill() function with Zero arguments --\n";
17 // More than expected number of arguments
18 echo "-- Testing array_fill() function with more than expected no. of arguments --\n";
25 // Less than the expected number of arguments
26 echo "-- Testing array_fill() function with less than expected no. of arguments --\n";
39 -- Testing array_fill() function with Zero arguments --
43 -- Testing array_fill() function with more than expected no. of arguments --
47 -- Testing array_fill() function with less than expected no. of arguments --
H A Darray_diff_key_error.phpt6 …n: 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 …ription: 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 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 …]
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_match.c56 arguments->stack = &local_stack; in jit_machine_stack_exec()
57 return executable_func(arguments); in jit_machine_stack_exec()
111 jit_arguments arguments; in pcre2_jit_match()
125 arguments.begin = subject; in pcre2_jit_match()
126 arguments.end = subject + length; in pcre2_jit_match()
127 arguments.match_data = match_data; in pcre2_jit_match()
128 arguments.startchar_ptr = subject; in pcre2_jit_match()
129 arguments.mark_ptr = NULL; in pcre2_jit_match()
130 arguments.options = options; in pcre2_jit_match()
146 arguments.callout = NULL; in pcre2_jit_match()
[all …]
/PHP-7.4/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 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 --
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 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_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_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 --
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 Dprintf_basic3.phpt27 echo "\n-- Calling printf() with no arguments--\n";
32 echo "\n-- Calling printf() with one arguments--\n";
40 echo "\n-- Calling printf() with two arguments--\n";
48 echo "\n-- Calling printf() with three arguments--\n";
61 -- Calling printf() with no arguments--
65 -- Calling printf() with one arguments--
71 -- Calling printf() with two arguments--
77 -- Calling printf() with three arguments--
/PHP-7.4/Zend/tests/
H A Dbug77339.phpt2 Bug #77339 (__callStatic may get incorrect arguments)
7 static function __callStatic($name, $arguments) {
9 if (!isset($arguments[0])) {
11 var_dump($arguments);
25 static function __callStatic($name, $arguments) {
H A Dcall_static.phpt9 echo $fname, '() called with ', count($args), " arguments\n";
17 Two() called with 2 arguments
18 Three() called with 3 arguments
19 Four() called with 4 arguments

Completed in 59 milliseconds

12345678910>>...39