/PHP-8.3/Zend/tests/named_params/ |
H A D | unpack.phpt | 61 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.3/ext/standard/tests/array/ |
H A D | array_merge_recursive_variation4.phpt | 7 * 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 D | array_pad_variation5.phpt | 2 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 D | array_intersect_assoc_variation10.phpt | 7 * 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 D | array_intersect_variation10.phpt | 7 * 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 D | array_push_variation3.phpt | 13 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 D | array_rand_basic1.phpt | 6 * 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 D | array_combine_variation6.phpt | 7 * 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 D | array_pad_variation4.phpt | 6 * 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 D | array_intersect_assoc_variation7.phpt | 2 …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 D | array_intersect_assoc_variation8.phpt | 2 …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 D | array_intersect_variation7.phpt | 2 …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 D | array_intersect_variation8.phpt | 2 …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 ***
|
H A D | array_merge_recursive_variation6.phpt | 10 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 --
|
/PHP-8.3/ext/standard/tests/file/ |
H A D | readfile_variation1.phpt | 5 /* 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-8.3/ext/standard/tests/streams/ |
H A D | stream_context_set_option_error.phpt | 30 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.3/ext/mbstring/tests/ |
H A D | bug43841.phpt | 42 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 D | bug43840.phpt | 49 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-8.3/ext/opcache/tests/jit/ |
H A D | fe_reset_001.phpt | 19 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.3/ext/standard/tests/strings/ |
H A D | str_pad_variation5.phpt | 2 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 D | strrpos_offset.phpt | 40 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 D | strripos_offset.phpt | 40 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 D | str_pad_variation1.phpt | 2 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-8.3/ext/random/tests/03_randomizer/methods/ |
H A D | getFloat_error.phpt | 94 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-8.3/ext/standard/tests/general_functions/ |
H A D | get_cfg_var_variation5.phpt | 2 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 ***
|