Home
last modified time | relevance | path

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

12345678910>>...34

/PHP-8.0/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_…
32 stream_context_set_option(): Argument #3 ($option_name) cannot be null when argument #2 ($wrapper_o…
33 stream_context_set_option(): Argument #4 ($value) must be provided when argument #2 ($wrapper_or_op…
/PHP-8.0/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 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 ***
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)
/PHP-8.0/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-8.0/ext/standard/tests/array/
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_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_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_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_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_merge_recursive_variation6.phpt10 echo "*** Testing array_merge_recursive() : array with duplicate keys for \$arr1 argument ***\n";
18 // initialize the second argument
21 echo "-- With default argument --\n";
32 *** Testing array_merge_recursive() : array with duplicate keys for $arr1 argument ***
33 -- With default argument --
H A Darray_change_key_case_variation6.phpt15 echo "\n-- Pass a two-dimensional array as \$input argument --\n";
18 echo "\n-- Pass a sub-array as \$input argument --\n";
26 -- Pass a two-dimensional array as $input argument --
57 -- Pass a sub-array as $input 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 ***
H A Darray_intersect_variation8.phpt2 …st array_intersect() 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 is a fixed array.
11 echo "*** Testing array_intersect() : 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
75 // additional argument passed is the same as $arr1 argument
86 *** Testing array_intersect() : assoc array with diff values to $arr2 argument ***
/PHP-8.0/ext/opcache/tests/jit/
H A Dfe_reset_001.phpt19 Warning: foreach() argument must be of type array|object, null given in %sfe_reset_001.php on line 4
23 Warning: foreach() argument must be of type array|object, null given in %sfe_reset_001.php on line 4
27 Warning: foreach() argument must be of type array|object, null given in %sfe_reset_001.php on line 4
31 Warning: foreach() argument must be of type array|object, null given in %sfe_reset_001.php on line 4
35 Warning: foreach() argument must be of type array|object, null given in %sfe_reset_001.php on line 4
/PHP-8.0/ext/standard/tests/general_functions/
H A Dget_cfg_var_variation5.phpt2 Test function get_cfg_var() by substituting argument 1 with int values.
14 echo "*** Test substituting argument 1 with int values ***\n";
31 *** Test substituting argument 1 with int values ***
/PHP-8.0/ext/mbstring/tests/
H A Dbug43841.phpt45 mb_strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
48 mb_strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
50 strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
54 mb_strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
57 mb_strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
59 strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
/PHP-8.0/ext/posix/tests/
H A Dposix_ttyname_variation5.phpt2 Test function posix_ttyname() by substituting argument 1 with int values.
17 echo "*** Test substituting argument 1 with int values ***\n";
32 *** Test substituting argument 1 with int values ***
/PHP-8.0/ext/standard/tests/file/
H A Dfscanf_variation1.phpt2 Test fscanf() function: usage variations - return type without third argument
10 echo "*** Testing fscanf(): for its return type without third argument ***\n";
23 // capturing the return value from fscanf() called without third argument
37 *** Testing fscanf(): for its return type without third argument ***

Completed in 30 milliseconds

12345678910>>...34