Home
last modified time | relevance | path

Searched refs:argument (Results 1 – 25 of 848) sorted by relevance

12345678910>>...34

/PHP-8.0/ext/reflection/tests/
H A DReflectionObject_isSubclassOf_basic.phpt44 - Using string argument: bool(false)
48 - Using string argument: bool(false)
52 - Using string argument: bool(false)
55 - Using string argument: bool(false)
59 - Using string argument: bool(false)
63 - Using string argument: bool(true)
67 - Using string argument: bool(false)
71 - Using string argument: bool(false)
74 - Using string argument: bool(false)
82 - Using string argument: bool(true)
[all …]
H A DReflectionClass_isSubclassOf_basic.phpt30 - Using object argument: bool(false)
31 - Using string argument: bool(false)
33 - Using object argument: bool(false)
34 - Using string argument: bool(false)
36 - Using object argument: bool(false)
37 - Using string argument: bool(false)
39 - Using object argument: bool(false)
40 - Using string argument: bool(false)
42 - Using object argument: bool(false)
45 - Using object argument: bool(true)
[all …]
H A DReflectionClass_implementsInterface_001.phpt79 - Using object argument: bool(true)
80 - Using string argument: bool(true)
82 - Using object argument: bool(false)
83 - Using string argument: bool(false)
94 - Using object argument: bool(true)
95 - Using string argument: bool(true)
109 - Using object argument: bool(true)
110 - Using string argument: bool(true)
112 - Using object argument: bool(true)
113 - Using string argument: bool(true)
[all …]
/PHP-8.0/ext/opcache/tests/
H A Dinvalid_array_key_type.phpt9 $argument = new stdClass;
10 $definitions[$argument] = 1;
11 $definitions[$argument] += 1;
12 $argument = [];
13 $definitions[$argument] = 1;
14 $definitions[$argument] += 1;
/PHP-8.0/ext/standard/tests/strings/
H A Dsprintf_basic1.phpt12 $arg1 = "arg1 argument";
13 $arg2 = "arg2 argument";
14 $arg3 = "arg3 argument";
33 string(13) "arg1 argument"
34 string(27) "arg1 argument arg2 argument"
35 string(41) "arg1 argument arg2 argument arg3 argument"
H A Dprintf_basic1.phpt12 $arg1 = "arg1 argument";
13 $arg2 = "arg2 argument";
14 $arg3 = "arg3 argument";
46 arg1 argument
50 arg1 argument arg2 argument
54 arg1 argument arg2 argument arg3 argument
H A Dbug40754.phpt83 substr_count(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
84 substr_compare(): Argument #3 ($offset) must be contained in argument #1 ($main_str)
85 stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
86 substr_count(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
87 substr_count(): Argument #4 ($length) must be contained in argument #1 ($haystack)
88 strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
89 stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
90 strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
91 strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
92 strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
/PHP-8.0/ext/standard/tests/array/
H A Darray_change_key_case_variation4.phpt23 -- $sort argument is -5 --
33 -- $sort argument is -4 --
43 -- $sort argument is -3 --
53 -- $sort argument is -2 --
63 -- $sort argument is -1 --
73 -- $sort argument is 0 --
83 -- $sort argument is 1 --
93 -- $sort argument is 2 --
103 -- $sort argument is 3 --
113 -- $sort argument is 4 --
[all …]
H A Darray_merge_recursive_variation1.phpt2 Test array_merge_recursive() function : usage variations - unexpected values for $arr1 argument
6 * Passing non array values to 'arr1' argument of array_merge_recursive() and see
10 echo "*** Testing array_merge_recursive() : Passing non array values to \$arr1 argument ***\n";
32 // unexpected values to be passed to $arr1 argument
80 // initialise the second argument
88 // with default argument
89 echo "\n-- With default argument --";
113 *** Testing array_merge_recursive() : Passing non array values to $arr1 argument ***
116 -- With default argument --array_merge_recursive(): Argument #1 must be of type array, int given
120 -- With default argument --array_merge_recursive(): Argument #1 must be of type array, int given
[all …]
H A Darray_pad_variation7.phpt2 Test array_pad() function : usage variations - two dimensional array for 'input' argument
6 * Passing two dimensional array to $input argument and testing whether
11 echo "*** Testing array_pad() : Passing 2-D array to \$input argument ***\n";
25 echo "-- Entire 2-d array for \$input argument --\n";
30 echo "-- Sub array for \$input argument --\n";
37 *** Testing array_pad() : Passing 2-D array to $input argument ***
38 -- Entire 2-d array for $input argument --
97 -- Sub array for $input argument --
H A Darray_filter_variation7.phpt17 // anonymous callback function with null argument
18 echo "Anonymous callback function with null argument\n";
21 // anonymous callback function with argument and null statement
22 echo "Anonymous callback function with regular argument and null statement\n";
40 Anonymous callback function with null argument
59 Anonymous callback function with regular argument and null statement
/PHP-8.0/ext/date/tests/
H A Dgmmktime_variation7.phpt14 echo "\n-- Testing gmmktime() function with one optional argument --\n";
17 echo "\n-- Testing gmmktime() function with two optional argument --\n";
20 echo "\n-- Testing gmmktime() function with three optional argument --\n";
23 echo "\n-- Testing gmmktime() function with four optional argument --\n";
26 echo "\n-- Testing gmmktime() function with five optional argument --\n";
33 -- Testing gmmktime() function with one optional argument --
36 -- Testing gmmktime() function with two optional argument --
39 -- Testing gmmktime() function with three optional argument --
42 -- Testing gmmktime() function with four optional argument --
45 -- Testing gmmktime() function with five optional argument --
/PHP-8.0/ext/standard/tests/general_functions/
H A Dcall_user_func_array_variation_001.phpt14 echo "------ Calling by_val() with unreferenced argument ------\n";
19 echo "------ Calling by_ref() with unreferenced argument ------\n";
24 echo "------ Calling by_val() with referenced argument ------\n";
30 echo "------ Calling by_ref() with referenced argument ------\n";
38 ------ Calling by_val() with unreferenced argument ------
43 ------ Calling by_ref() with unreferenced argument ------
50 ------ Calling by_val() with referenced argument ------
55 ------ Calling by_ref() with referenced argument ------
/PHP-8.0/ext/mbstring/tests/
H A Dbug45923.phpt47 strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
55 strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
70 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
78 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
93 stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
101 stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
116 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
139 strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
147 strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
185 strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
[all …]
H A Dmb_stripos_variation5_Bug45923.phpt2 Test mb_stripos() function : usage variations - Pass different integers as $offset argument
11 * Test how mb_stripos() behaves when passed different integers as $offset argument
27 * Loop through integers as multiples of ten for $offset argument
53 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
55 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
89 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
91 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
95 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
97 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
101 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
[all …]
H A Dmb_strpos_variation5.phpt2 Test mb_strpos() function : usage variations - Pass different integers as $offset argument
11 * Test how mb_strpos() behaves when passed different integers as $offset argument
27 * Loop through integers as multiples of ten for $offset argument
53 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
55 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
89 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
91 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
95 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
97 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
101 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
[all …]
H A Dmb_strpos_offset_errors.phpt49 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
50 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
51 mb_strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
52 mb_strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
53 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
54 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
55 mb_strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
56 mb_strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
H A Dmb_strripos_variation5_Bug45923.phpt2 Test mb_strripos() function : usage variations - Pass different integers as $offset argument
11 * Test how mb_strripos() behaves when passed different integers as $offset argument
27 * Loop through integers as multiples of ten for $offset argument
78 mb_strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
80 mb_strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
84 mb_strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
86 mb_strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
90 mb_strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
92 mb_strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
96 mb_strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
[all …]
H A Dmb_stripos_invalid_offset.phpt84 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
85 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
86 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
87 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
88 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
89 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
90 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
91 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
92 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
93 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
H A Dmb_strpos_invalid_offset.phpt84 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
85 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
86 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
87 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
88 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
89 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
90 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
91 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
92 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
93 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
/PHP-8.0/ext/spl/tests/
H A DarrayObject___construct_basic1.phpt8 echo "--> Object argument:\n";
13 echo "--> Array argument:\n";
16 echo "--> Nested ArrayObject argument:\n";
26 --> Object argument:
34 --> Array argument:
42 --> Nested ArrayObject argument:
H A Diterator_056.phpt59 FilterIterator::__construct() expects exactly 1 argument, 0 given
60 CachingIterator::__construct() expects at least 1 argument, 0 given
61 RecursiveCachingIterator::__construct() expects at least 1 argument, 0 given
62 ParentIterator::__construct() expects exactly 1 argument, 0 given
63 LimitIterator::__construct() expects at least 1 argument, 0 given
64 NoRewindIterator::__construct() expects exactly 1 argument, 0 given
/PHP-8.0/ext/iconv/tests/
H A Diconv_strpos_variation5.phpt2 Test iconv_strpos() function : usage variations - Pass different integers as $offset argument
13 * Test how iconv_strpos() behaves when passed different integers as $offset argument
29 * Loop through integers as multiples of ten for $offset argument
55 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
57 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
91 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
93 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
97 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
99 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
103 iconv_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
[all …]
/PHP-8.0/ext/intl/tests/
H A Dgrapheme_out_of_bounds.phpt209 grapheme_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
210 grapheme_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
211 grapheme_strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
213 grapheme_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
214 grapheme_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
215 grapheme_strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
218 grapheme_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
219 grapheme_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
222 grapheme_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
227 grapheme_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
[all …]
/PHP-8.0/Zend/tests/arg_unpack/
H A Dpositional_arg_after_unpack_error.phpt2 Positional arguments cannot be used after argument unpacking
10 Fatal error: Cannot use positional argument after argument unpacking in %s on line %d

Completed in 51 milliseconds

12345678910>>...34