/PHP-8.3/ext/standard/tests/dir/ |
H A D | readdir_basic.phpt | 19 echo "\n-- Call readdir() with \$path argument --\n"; 30 echo "\n-- Call readdir() without \$path argument --\n"; 52 -- Call readdir() with $path argument -- 60 -- Call readdir() without $path argument --
|
H A D | readdir_basic-win32-mb.phpt | 25 echo "\n-- Call readdir() with \$path argument --\n"; 36 echo "\n-- Call readdir() without \$path argument --\n"; 58 -- Call readdir() with $path argument -- 66 -- Call readdir() without $path argument --
|
H A D | rewinddir_basic.phpt | 25 echo "\n-- Read and rewind first directory (argument supplied) --\n"; 37 echo "\n-- Read and rewind second directory (no argument supplied) --\n"; 66 -- Read and rewind first directory (argument supplied) -- 78 -- Read and rewind second directory (no argument supplied) --
|
/PHP-8.3/ext/standard/tests/array/ |
H A D | array_filter_variation9.phpt | 2 Test array_filter() function : usage variations - built-in functions as 'callback' argument 6 * Passing built-in functions and different language constructs as 'callback' argument 9 echo "*** Testing array_filter() : usage variations - built-in functions as 'callback' argument ***… 36 *** Testing array_filter() : usage variations - built-in functions as 'callback' argument ***
|
H A D | array_intersect_assoc_variation4.phpt | 2 Test array_intersect_assoc() function : usage variations - different arrays for 'arr2' argument 6 * Passing different types of arrays to $arr2 argument and testing whether 8 * The $arr1 argument passed is a fixed array. 11 echo "*** Testing array_intersect_assoc() : Passing different types of arrays to \$arr2 argument **… 13 /* Different heredoc strings passed as argument to $arr2 */ 43 // array to be passsed to $arr1 argument 52 // arrays to be passed to $arr2 argument 90 // additional argument passed is the same as $arr1 argument 98 *** Testing array_intersect_assoc() : Passing different types of arrays to $arr2 argument ***
|
H A D | array_values_variation7.phpt | 7 * and is not dependent on the \$input argument's keys 15 echo "\n-- \$input argument: --\n"; 26 -- $input argument: --
|
H A D | array_walk_recursive_variation7.phpt | 18 echo "-- Anonymous function with one argument --\n"; 27 echo "-- Anonymous function with null argument --\n"; 33 -- Anonymous function with one argument -- 75 -- Anonymous function with null argument --
|
H A D | array_walk_variation7.phpt | 18 echo "-- Anonymous function with one argument --\n"; 27 echo "-- Anonymous function with null argument --\n"; 33 -- Anonymous function with one argument -- 75 -- Anonymous function with null argument --
|
H A D | array_change_key_case_variation7.phpt | 8 * 2. Passed an argument by reference 15 echo "\n-- \$input argument is a reference to array --\n"; 29 -- $input argument is a reference to array --
|
H A D | array_unshift_variation7.phpt | 2 Test array_unshift() function : usage variations - double quoted strings for 'var' argument 7 * double quoted strings for $var argument that is prepended to the array 8 * passed through $array argument 11 echo "*** Testing array_unshift() : double quoted strings for \$var argument ***\n"; 13 // array to be passed to $array argument 16 // different variations of double quoted strings to be passed to $var argument 31 /* with default argument */ 53 *** Testing array_unshift() : double quoted strings for $var argument ***
|
H A D | array_unshift_variation8.phpt | 2 Test array_unshift() function : usage variations - single quoted strings for 'var' argument 7 * single quoted strings for $var argument that is prepended to the array 8 * passed through $array argument 11 echo "*** Testing array_unshift() : single quoted strings for \$var argument ***\n"; 13 // array to be passed to $array argument 16 // different variations of single quoted strings to be passed to $var argument 31 /* with default argument */ 53 *** Testing array_unshift() : single quoted strings for $var argument ***
|
H A D | array_intersect_assoc_variation9.phpt | 7 * to both $arr1 and $arr2 argument. 8 * Optional argument takes the same value as that of $arr1 13 // two dimensional arrays for $arr1 and $arr2 argument 30 /* Passing the entire array as argument to $arr1 and $arr2 */ 37 // additional argument passed is the same as $arr1 41 /* Passing the sub-array as argument to $arr1 and $arr2 */ 48 // additional argument passed is the same as $arr1
|
H A D | array_combine_variation4.phpt | 7 * associative arrays having different possible keys to $keys argument and 8 * associative arrays having different possible keys to $values argument. 11 echo "*** Testing array_combine() : assoc array with diff keys to both \$keys and \$values argument… 32 // different variations of associative arrays to be passed to $arr1 argument 59 // array to be passsed to $arr2 argument 79 *** Testing array_combine() : assoc array with diff keys to both $keys and $values argument ***
|
H A D | array_reverse_variation6.phpt | 2 Test array_reverse() function : usage variations - two dimensional arrays for 'array' argument 6 * testing the functionality of array_reverse() by giving 2-D arrays for $array argument 26 echo "-- with default argument --\n"; 30 // with $preserve_keys argument 43 -- with default argument --
|
H A D | array_unique_variation8.phpt | 7 * two dimensional arrays for $input argument. 10 echo "*** Testing array_unique() : two dimensional array for \$input argument ***\n"; 25 *** Testing array_unique() : two dimensional array for $input argument ***
|
H A D | array_intersect_variation3.phpt | 2 Test array_intersect() function : usage variations - different arrays for 'arr1' argument 6 * Passing different types of arrays to $arr1 argument and testing whether 8 * The $arr2 argument is a fixed array. 11 echo "*** Testing array_intersect() : Passing different types of arrays to \$arr1 argument ***\n"; 13 /* Different heredoc strings passed as argument to $arr1 */ 43 // arrays to be passed to $arr1 argument 73 // array to be passsed to $arr2 argument 91 // additional argument passed is the same as $arr1 argument 99 *** Testing array_intersect() : Passing different types of arrays to $arr1 argument ***
|
H A D | array_intersect_variation4.phpt | 2 Test array_intersect() function : usage variations - different arrays for 'arr2' argument 6 * Passing different types of arrays to $arr2 argument and testing whether 8 * The $arr1 argument is a fixed array. 11 echo "*** Testing array_intersect() : Passing different types of arrays to \$arr2 argument ***\n"; 13 /* Different heredoc strings passed as argument to $arr2 */ 43 // array to be passsed to $arr1 argument 52 // arrays to be passed to $arr2 argument 90 // additional argument passed is the same as $arr1 argument 98 *** Testing array_intersect() : Passing different types of arrays to $arr2 argument ***
|
/PHP-8.3/ext/mbstring/tests/ |
H A D | mb_check_encoding_without_arg.phpt | 2 Calling mb_check_encoding() without argument is deprecated 12 Deprecated: mb_check_encoding(): Calling mb_check_encoding() without argument is deprecated in %s o…
|
/PHP-8.3/Zend/tests/ |
H A D | errmsg_016.phpt | 2 errmsg: __isset() must take exactly 1 argument 14 Fatal error: Method test::__isset() must take exactly 1 argument in %s on line %d
|
H A D | errmsg_017.phpt | 2 errmsg: __unset() must take exactly 1 argument 14 Fatal error: Method test::__unset() must take exactly 1 argument in %s on line %d
|
/PHP-8.3/Zend/tests/named_params/ |
H A D | attributes_positional_after_named.phpt | 14 Fatal error: Cannot use positional argument after named argument in %s on line %d
|
H A D | duplicate_param.phpt | 22 Named parameter $a overwrites previous argument 23 Named parameter $a overwrites previous argument
|
/PHP-8.3/Zend/tests/arg_unpack/ |
H A D | traversable_with_by_ref_parameters.phpt | 27 Warning: Cannot pass by-reference argument 4 of test() by unpacking a Traversable, passing by-value… 29 Warning: Cannot pass by-reference argument 4 of test() by unpacking a Traversable, passing by-value… 31 Warning: Cannot pass by-reference argument 4 of test() by unpacking a Traversable, passing by-value…
|
H A D | string_keys.phpt | 18 string(68) "Cannot use positional argument after named argument during unpacking"
|
/PHP-8.3/ext/standard/tests/general_functions/ |
H A D | proc_nice_variation5.phpt | 2 Test function proc_nice() by substituting argument 1 with int values. 18 echo "*** Test substituting argument 1 with int values ***\n"; 35 *** Test substituting argument 1 with int values ***
|