/php-src/ext/standard/tests/file/ |
H A D | fseek_ftell_rewind_variation2-win32.phpt | 15 2. Testing fseek() without using argument whence 66 -- Testing fseek() without using argument whence -- 81 -- Testing fseek() without using argument whence -- 96 -- Testing fseek() without using argument whence -- 111 -- Testing fseek() without using argument whence -- 126 -- Testing fseek() without using argument whence -- 141 -- Testing fseek() without using argument whence -- 156 -- Testing fseek() without using argument whence -- 171 -- Testing fseek() without using argument whence -- 186 -- Testing fseek() without using argument whence -- [all …]
|
H A D | fseek_ftell_rewind_variation2.phpt | 15 2. Testing fseek() without using argument whence 66 -- Testing fseek() without using argument whence -- 81 -- Testing fseek() without using argument whence -- 96 -- Testing fseek() without using argument whence -- 111 -- Testing fseek() without using argument whence -- 126 -- Testing fseek() without using argument whence -- 141 -- Testing fseek() without using argument whence -- 156 -- Testing fseek() without using argument whence -- 171 -- Testing fseek() without using argument whence -- 186 -- Testing fseek() without using argument whence -- [all …]
|
H A D | readfile_variation3.phpt | 5 /* test readfile() by providing an include path, second argument */ 13 echo "*** Testing readfile(): checking second argument, include path ***\n"; 29 // use the context argument with include path 30 echo "*** Testing readfile(): checking second argument, include path with context specified ***\n"; 44 *** Testing readfile(): checking second argument, include path *** 52 *** Testing readfile(): checking second argument, include path with context specified ***
|
/php-src/ext/standard/tests/array/ |
H A D | array_reverse_variation5.phpt | 84 - default argument - 94 - default argument - 110 - default argument - 126 - default argument - 160 - default argument - 176 - default argument - 210 - default argument - 247 - default argument - 281 - default argument - 303 - default argument - [all …]
|
H A D | array_filter_variation7.phpt | 17 // 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
|
H A D | array_intersect_assoc_variation6.phpt | 2 …rray_intersect_assoc() function : usage variations - assoc array with diff keys for 'arr2' argument 7 * associative arrays having different possible keys to $arr2 argument. 8 * The $arr1 argument passed is a fixed array. 11 echo "*** Testing array_intersect_assoc() : assoc array with diff keys to \$arr2 argument ***\n"; 22 // different variations of associative arrays to be passed to $arr2 argument 49 // array to be passed to $arr1 argument 63 // additional argument passed is the same as $arr1 argument 71 *** Testing array_intersect_assoc() : assoc array with diff keys to $arr2 argument ***
|
H A D | array_intersect_variation6.phpt | 2 Test array_intersect() function : usage variations - assoc array with diff keys for 'arr2' argument 7 * associative arrays having different possible keys to $arr2 argument. 8 * The $arr1 argument is a fixed array. 11 echo "*** Testing array_intersect() : assoc array with diff keys to \$arr2 argument ***\n"; 22 // different variations of associative arrays to be passed to $arr2 argument 49 // array to be passed to $arr1 argument 61 // additional argument passed is the same as $arr1 argument 69 *** Testing array_intersect() : assoc array with diff keys to $arr2 argument ***
|
H A D | array_intersect_assoc_variation5.phpt | 2 …rray_intersect_assoc() function : usage variations - assoc array with diff keys for 'arr1' argument 7 * associative arrays having different possible keys to $arr1 argument. 8 * The $arr2 argument passed is a fixed array 11 echo "*** Testing array_intersect_assoc() : assoc array with diff keys to \$arr1 argument ***\n"; 22 // different variations of associative arrays to be passed to $arr1 argument 49 // array to be passed to $arr2 argument 63 // additional argument passed is the same as $arr1 argument 71 *** Testing array_intersect_assoc() : assoc array with diff keys to $arr1 argument ***
|
H A D | array_merge_recursive_variation3.phpt | 80 // with default argument 96 -- With default argument -- 126 -- With default argument -- 156 -- With default argument -- 186 -- With default argument -- 208 -- With default argument -- 234 -- With default argument -- 274 -- With default argument -- 312 -- With default argument -- 362 -- With default argument -- [all …]
|
H A D | array_reverse_variation3.phpt | 63 // with default argument 82 - with default argument - 104 - with default argument - 126 - with default argument - 166 - with default argument - 188 - with default argument - 198 - with default argument - 214 - with default argument - 260 - with default argument - 288 - with default argument - [all …]
|
H A D | array_reverse_variation4.phpt | 7 * keys for $array argument 58 // with default argument 81 - default argument - 91 - default argument - 107 - default argument - 123 - default argument - 157 - default argument - 194 - default argument - 231 - default argument - 253 - default argument - [all …]
|
H A D | array_merge_recursive_variation10.phpt | 7 * two dimensional arrays for $arr1 argument. 10 echo "*** Testing array_merge_recursive() : two dimensional array for \$arr1 argument ***\n"; 20 // initialize the second argument 24 echo "-- With default argument --\n"; 30 echo "-- With default argument --\n"; 38 *** Testing array_merge_recursive() : two dimensional array for $arr1 argument *** 40 -- With default argument -- 143 -- With default argument --
|
H A D | array_fill_variation3.phpt | 2 Test array_fill() function : usage variations - unexpected values for 'val' argument 6 * testing array_fill() by passing different unexpected values for 'val' argument 30 //array of different values for 'val' argument 45 // loop through each element of the array for 'val' argument 47 echo "--- Testing array_fill() with different values for 'val' argument ---\n"; 63 --- Testing array_fill() with different values for 'val' argument ---
|
H A D | array_intersect_variation5.phpt | 2 Test array_intersect() function : usage variations - assoc array with diff keys for 'arr1' argument 7 * associative arrays having different possible keys to $arr1 argument. 8 * The $arr2 argument is a fixed array 11 echo "*** Testing array_intersect() : assoc array with diff keys to \$arr1 argument ***\n"; 22 // different variations of associative arrays to be passed to $arr1 argument 49 // array to be passed to $arr2 argument 61 // additional argument passed is the same as $arr1 argument 69 *** Testing array_intersect() : assoc array with diff keys to $arr1 argument ***
|
H A D | array_rand_basic2.phpt | 2 Test array_rand() function : basic functionality - with associative array for 'input' argument 6 * Test array_rand() when associative array is passed to 'input' argument 21 // Calling array_rand() with optional argument 26 echo"\n-- with default argument --\n"; 50 -- with default argument --
|
H A D | array_unshift_variation6.phpt | 2 Test array_unshift() function : usage variations - two dimensional arrays for 'array' argument 7 * arrays and also sub-arrays within the two-dimensional array for $array argument. 8 * The $var argument passed is a fixed value 11 echo "*** Testing array_unshift() : two dimensional arrays for \$array argument ***\n"; 13 // initializing $var argument 16 // two-dimensional array to be passed to $array argument 31 /* With default argument */ 49 /* Passing the sub-array within the $two_dimensional_array to $array argument */ 51 /* With default argument */ 72 *** Testing array_unshift() : two dimensional arrays for $array argument ***
|
H A D | array_combine_error2.phpt | 12 echo "\n-- Testing array_combine() function with empty array for \$keys argument --\n"; 20 echo "\n-- Testing array_combine() function with empty array for \$values argument --\n"; 43 -- Testing array_combine() function with empty array for $keys argument -- 44 array_combine(): Argument #1 ($keys) and argument #2 ($values) must have the same number of elements 45 -- Testing array_combine() function with empty array for $values argument -- 46 array_combine(): Argument #1 ($keys) and argument #2 ($values) must have the same number of elements 48 array_combine(): Argument #1 ($keys) and argument #2 ($values) must have the same number of elements
|
H A D | array_merge_recursive_variation7.phpt | 10 echo "*** Testing array_merge_recursive() : array with reference variables for \$arr1 argument ***\… 27 // initialize the second argument 30 echo "-- With default argument --\n"; 39 *** Testing array_merge_recursive() : array with reference variables for $arr1 argument *** 40 -- With default argument --
|
H A D | array_merge_recursive_variation5.phpt | 7 * associative arrays having different values to $arr1 argument. 59 // with default argument 60 echo "-- With default argument --\n"; 78 -- With default argument -- 108 -- With default argument -- 146 -- With default argument -- 190 -- With default argument -- 238 -- With default argument -- 276 -- With default argument -- 314 -- With default argument -- [all …]
|
H A D | array_merge_recursive_variation8.phpt | 9 echo "*** Testing array_merge_recursive() : array with binary data for \$arr1 argument ***\n"; 14 // initialize the second argument 17 echo "-- With default argument --\n"; 26 *** Testing array_merge_recursive() : array with binary data for $arr1 argument *** 27 -- With default argument --
|
/php-src/ext/spl/tests/ |
H A D | iterator_056.phpt | 59 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-src/Zend/tests/arg_unpack/ |
H A D | positional_arg_after_unpack_error.phpt | 2 Positional arguments cannot be used after argument unpacking 10 Fatal error: Cannot use positional argument after argument unpacking in %s on line %d
|
/php-src/ext/standard/tests/strings/ |
H A D | join_error1.phpt | 2 Test join() function : usage variations - unexpected values for 'pieces' argument(Bug#42789) 6 * test join() by passing different unexpected value for pieces argument 78 // when $pieces argument is supplied with different values 79 echo "\n--- Testing join() by supplying different values for 'pieces' argument ---\n"; 102 --- Testing join() by supplying different values for 'pieces' argument --- 140 join(): If argument #1 ($separator) is of type string, argument #2 ($array) must be of type array, … 142 join(): If argument #1 ($separator) is of type string, argument #2 ($array) must be of type array, … 146 join(): If argument #1 ($separator) is of type string, argument #2 ($array) must be of type array, … 148 join(): If argument #1 ($separator) is of type string, argument #2 ($array) must be of type array, …
|
H A D | implode_error.phpt | 27 implode(): If argument #1 ($separator) is of type string, argument #2 ($array) must be of type arra… 28 implode(): If argument #1 ($separator) is of type string, argument #2 ($array) must be of type arra…
|
/php-src/ext/mbstring/tests/ |
H A D | mb_ereg_basic.phpt | 31 echo "-- Without \$regs argument--\n"; 34 echo "--With \$regs argument --\n"; 41 echo "-- Without \$regs argument --\n"; 44 echo "-- With \$regs argument --\n"; 79 -- Without $regs argument-- 82 --With $regs argument -- 97 -- Without $regs argument -- 100 -- With $regs argument --
|