Home
last modified time | relevance | path

Searched refs:argument (Results 51 – 75 of 873) sorted by relevance

12345678910>>...35

/php-src/tests/lang/
H A DforeachLoop.003.phpt36 Warning: foreach() argument must be of type array|object, true given in %s on line %d
38 Warning: foreach() argument must be of type array|object, null given in %s on line 9
40 Warning: foreach() argument must be of type array|object, int given in %s on line 14
42 Warning: foreach() argument must be of type array|object, float given in %s on line 19
44 Warning: foreach() argument must be of type array|object, string given in %s on line 24
/php-src/sapi/cli/tests/
H A Dbug78323.phpt14 // 3 no argument for option
41 // no argument for option
65 Error in argument %d, char %d: : in flags
69 Error in argument %d, char %d: option not found %s
73 Error in argument %d, char %d: no argument for option %s
/php-src/Zend/tests/named_params/
H A Dunpack.phpt61 Cannot use positional argument after named argument during unpacking
62 Named parameter $a overwrites previous argument
74 Cannot use positional argument after named argument during unpacking
75 Named parameter $a overwrites previous argument
77 Warning: Cannot pass by-reference argument 2 of test2() by unpacking a Traversable, passing by-valu…
/php-src/ext/standard/tests/strings/
H A Dprintf_error.phpt22 echo "\n-- Call printf with one argument less than expected --\n";
39 echo "\n-- Call printf with two argument less than expected --\n";
51 echo "\n-- Call printf with three argument less than expected --\n";
63 printf() expects at least 1 argument, 0 given
67 -- Call printf with one argument less than expected --
72 -- Call printf with two argument less than expected --
76 -- Call printf with three argument less than expected --
H A Dstr_pad_variation5.phpt2 Test str_pad() function : usage variations - unexpected large value for '$pad_length' argument
18 echo "*** Testing str_pad() function: with large value for for 'pad_length' argument ***\n";
20 //defining '$input' argument
27 *** Testing str_pad() function: with large value for for 'pad_length' argument ***
H A Dstrripos_offset.phpt40 strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
41 strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
42 strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
43 strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
H A Dstrrpos_offset.phpt40 strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
41 strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
42 strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
43 strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
H A Dstr_pad_variation1.phpt2 Test str_pad() function : usage variations - large values for '$pad_length' argument
15 echo "*** Testing str_pad() function: with large value for for 'pad_length' argument ***\n";
17 //defining '$input' argument
33 *** Testing str_pad() function: with large value for for 'pad_length' argument ***
/php-src/ext/standard/tests/array/
H A Darray_merge_recursive_variation4.phpt7 * associative arrays having different keys to $arr1 argument.
32 // different associative arrays to be passed to $arr1 argument
55 // with default argument
56 echo "-- With default argument --\n";
72 *** Testing array_merge_recursive() : assoc. array with diff. keys to $arr1 argument ***
76 -- With default argument --
112 -- With default argument --
160 -- With default argument --
204 -- With default argument --
250 -- With default argument --
[all …]
H A Darray_pad_variation5.phpt2 Test array_pad() function : usage variations - two dimensional array for 'pad_value' argument
6 * Passing two dimensional array to $pad_value argument and testing whether
11 echo "*** Testing array_pad() : Passing 2-d array to \$pad_value argument ***\n";
13 // initialize the $input and $pad_size argument
30 *** Testing array_pad() : Passing 2-d array to $pad_value argument ***
H A Darray_intersect_variation10.phpt7 * binary values for $arr1 and $arr2 argument.
17 // array with binary value for $arr1 argument
20 // array with binary value for $arr2 argument
23 // array with binary value for both $arr1 and $arr2 argument
H A Darray_push_variation3.phpt13 echo "\n-- Pass array as \$var argument --\n";
19 echo "\n-- Pass sub-array as \$stack argument --\n";
28 -- Pass array as $var argument --
46 -- Pass sub-array as $stack argument --
H A Darray_rand_basic1.phpt6 * Test array_rand() when array with default keys is passed to 'input' argument
16 // Calling array_rand() with optional argument
21 echo"\n-- with default argument --\n";
45 -- with default argument --
H A Darray_intersect_assoc_variation10.phpt7 * binary values for $arr1 and $arr2 argument.
17 // array with binary value for $arr1 argument
20 // array with binary value for $arr2 argument
23 // array with binary value for both $arr1 and $arr2 argument
H A Darray_pad_variation4.phpt6 * Passing binary values to $pad_value argument and testing whether
11 echo "*** Testing array_pad() : Passing binary values to \$pad_value argument ***\n";
13 // initialize the $input and $pad_size argument
26 *** Testing array_pad() : Passing binary values to $pad_value argument ***
H A Darray_combine_variation6.phpt7 * binary values for $keys and $values argument.
16 // array with binary value for $keys and $values argument
19 // array with binary value for $values argument
22 // array with binary value for $keys argument
H A Darray_intersect_assoc_variation7.phpt2 …ay_intersect_assoc() function : usage variations - assoc array with diff values for 'arr1' argument
7 * associative arrays having different possible values to $arr1 argument.
8 * The $arr2 argument passed is a fixed array
11 echo "*** Testing array_intersect_assoc() : assoc array with diff values to \$arr1 argument ***\n";
33 // different variations of associative arrays to be passed to $arr1 argument
62 // array to be passsed to $arr2 argument
77 // additional argument passed is the same as $arr1 argument
88 *** Testing array_intersect_assoc() : assoc array with diff values to $arr1 argument ***
H A Darray_intersect_assoc_variation8.phpt2 …ay_intersect_assoc() function : usage variations - assoc array with diff values for 'arr2' argument
7 * associative arrays having different possible values to $arr2 argument.
8 * The $arr1 argument passed is a fixed array.
11 echo "*** Testing array_intersect_assoc() : assoc array with diff values to \$arr2 argument ***\n";
33 // different variations of associative arrays to be passed to $arr2 argument
62 // array to be passsed to $arr1 argument
77 // additional argument passed is the same as $arr1 argument
88 *** Testing array_intersect_assoc() : assoc array with diff values to $arr2 argument ***
H A Darray_intersect_variation7.phpt2 …st array_intersect() function : usage variations - assoc array with diff values for 'arr1' argument
7 * associative arrays having different possible values to $arr1 argument.
8 * The $arr2 argument is a fixed array
11 echo "*** Testing array_intersect() : assoc array with diff values to \$arr1 argument ***\n";
33 // different variations of associative arrays to be passed to $arr1 argument
62 // array to be passsed to $arr2 argument
75 // additional argument passed is the same as $arr1 argument
86 *** Testing array_intersect() : assoc array with diff values to $arr1 argument ***
/php-src/ext/opcache/tests/jit/
H A Dfe_reset_001.phpt18 Warning: foreach() argument must be of type array|object, null given in %sfe_reset_001.php on line 4
22 Warning: foreach() argument must be of type array|object, null given in %sfe_reset_001.php on line 4
26 Warning: foreach() argument must be of type array|object, null given in %sfe_reset_001.php on line 4
30 Warning: foreach() argument must be of type array|object, null given in %sfe_reset_001.php on line 4
34 Warning: foreach() argument must be of type array|object, null given in %sfe_reset_001.php on line 4
/php-src/ext/standard/tests/file/
H A Dreadfile_variation1.phpt5 /* test readfile() with third argument : context */
11 /* Variation 1 : Check working of third argument of readfile() */
13 echo "*** Testing readfile(): checking third argument ***\n";
34 *** Testing readfile(): checking third argument ***
/php-src/ext/mbstring/tests/
H A Dbug43841.phpt42 mb_strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
45 mb_strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
47 strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
51 mb_strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
54 mb_strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
56 strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
H A Dbug43840.phpt49 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
51 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)
57 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
61 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
63 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
/php-src/ext/random/tests/03_randomizer/methods/
H A DgetFloat_error.phpt94 Random\Randomizer::getFloat(): Argument #2 ($max) must be greater than or equal to argument #1 ($mi…
105 Random\Randomizer::getFloat(): Argument #2 ($max) must be greater than argument #1 ($min)
106 Random\Randomizer::getFloat(): Argument #2 ($max) must be greater than argument #1 ($min)
107 Random\Randomizer::getFloat(): Argument #2 ($max) must be greater than argument #1 ($min)
116 Random\Randomizer::getFloat(): Argument #2 ($max) must be greater than argument #1 ($min)
117 Random\Randomizer::getFloat(): Argument #2 ($max) must be greater than argument #1 ($min)
118 Random\Randomizer::getFloat(): Argument #2 ($max) must be greater than argument #1 ($min)
127 Random\Randomizer::getFloat(): Argument #2 ($max) must be greater than argument #1 ($min)
128 Random\Randomizer::getFloat(): Argument #2 ($max) must be greater than argument #1 ($min)
129 Random\Randomizer::getFloat(): Argument #2 ($max) must be greater than argument #1 ($min)
[all …]
/php-src/ext/standard/tests/streams/
H A Dstream_context_set_option_error.phpt30 stream_context_set_option(): Argument #3 ($option_name) must be null when argument #2 ($wrapper_or_…
31 stream_context_set_option(): Argument #4 ($value) cannot be provided when argument #2 ($wrapper_or_…
34 stream_context_set_option(): Argument #3 ($option_name) cannot be null when argument #2 ($wrapper_o…
35 stream_context_set_option(): Argument #4 ($value) must be provided when argument #2 ($wrapper_or_op…

Completed in 31 milliseconds

12345678910>>...35