/php-src/ext/standard/tests/array/ |
H A D | array_reverse_basic1.phpt | 2 Test array_reverse() function : basic functionality - simple array for 'array' argument 6 * Testing array_reverse() by giving a simple array for $array argument
|
H A D | array_unique_variation4.phpt | 7 * associative arrays having different values to $input argument. 10 echo "*** Testing array_unique() : assoc. array with diff. values to \$input argument ***\n"; 60 *** Testing array_unique() : assoc. array with diff. values to $input argument ***
|
H A D | array_unshift_variation5.phpt | 2 …st array_unshift() function : usage variations - assoc. array with diff values for 'array' argument 9 * associative arrays having different possible values to $array argument. 10 * The $var argument passed is a fixed value 35 // initializing $var argument 38 // different variations of associative arrays to be passed to $array argument 70 /* with default argument */
|
H A D | array_merge_recursive_basic2.phpt | 13 echo "-- With default argument --\n"; 25 -- With default argument --
|
H A D | array_intersect_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_unshift_variation3.phpt | 2 Test array_unshift() function : usage variations - different array values for 'array' argument 7 * to $array argument to which the $var arguments will be prepended 10 echo "*** Testing array_unshift() : different arrays for \$array argument ***\n"; 12 // initialize $var argument 15 // different arrays to be passed to $array argument 48 /* with default argument */ 71 *** Testing array_unshift() : different arrays for $array argument ***
|
H A D | array_intersect_assoc_variation2.phpt | 2 Test array_intersect_assoc() function : usage variations - unexpected values for 'array2' argument(… 6 * Testing array_intersect_assoc() function by passing values to $array2 argument other than arrays 8 * The $array1 argument passed is a fixed array. 11 echo "*** Testing array_intersect_assoc() : Passing non-array values to \$array2 argument ***\n"; 13 // array to be passsed to $array1 as default argument 39 // unexpected values to be passed to $array2 argument 115 *** Testing array_intersect_assoc() : Passing non-array values to $array2 argument ***
|
H A D | array_map_variation3.phpt | 2 Test array_map() function : usage variations - different arrays for 'arr1' argument 6 * Test array_map() by passing different arrays for $arr1 argument 9 echo "*** Testing array_map() : different arrays for 'arr1' argument ***\n"; 55 *** Testing array_map() : different arrays for 'arr1' argument ***
|
H A D | array_combine_variation5.phpt | 7 * associative arrays having different possible values to $keys argument and 8 * associative arrays having different possible values to $values argument. 11 …Testing array_combine() : assoc array with diff values to both \$keys and \$values argument ***\n"; 77 *** Testing array_combine() : assoc array with diff values to both $keys and $values argument ***
|
H A D | array_merge_recursive_basic1.phpt | 17 echo "-- With default argument --\n"; 32 -- With default argument --
|
/php-src/ext/standard/tests/strings/ |
H A D | strrpos_negative_offset.phpt | 35 strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack) 42 strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
|
H A D | sprintf_variation1.phpt | 2 Test sprintf() function : usage variations - unexpected values for format argument 6 * Testing sprintf() : with different unexpected values for format argument other than the strings 9 echo "*** Testing sprintf() : with unexpected values for format argument ***\n"; 72 // with default argument 102 *** Testing sprintf() : with unexpected values for format argument ***
|
H A D | wordwrap_error.phpt | 13 echo "\n-- Testing wordwrap() function with negative/zero value for width argument --\n"; 46 -- Testing wordwrap() function with negative/zero value for width argument -- 50 wordwrap(): Argument #4 ($cut_long_words) cannot be true when argument #2 ($width) is 0
|
/php-src/ext/date/tests/ |
H A D | date_parse_error.phpt | 10 echo "\n-- Testing date_parse() function with unexpected characters in \$date argument --\n"; 18 -- Testing date_parse() function with unexpected characters in $date argument --
|
/php-src/ext/standard/tests/dir/ |
H A D | scandir_variation9.phpt | 6 * Pass different integers as $sorting_order argument to test how scandir() 20 // different ints to pass as $sorting_order argument
|
H A D | closedir_basic.phpt | 21 echo "\n-- Call closedir() with \$dir_handle argument supplied: --\n"; 45 -- Call closedir() with $dir_handle argument supplied: --
|
H A D | closedir_basic-win32-mb.phpt | 27 echo "\n-- Call closedir() with \$dir_handle argument supplied: --\n"; 51 -- Call closedir() with $dir_handle argument supplied: --
|
/php-src/ext/standard/tests/file/ |
H A D | rename_variation9.phpt | 5 echo "\n*** Testing rename() by giving stream context as third argument ***\n"; 41 *** Testing rename() by giving stream context as third argument ***
|
/php-src/ext/pcre/tests/ |
H A D | preg_replace_error2.phpt | 9 * Testing how preg_replace reacts to being passed the wrong type of replacement argument 30 preg_replace(): Argument #1 ($pattern) must be of type array when argument #2 ($replacement) is an …
|
/php-src/ext/bcmath/tests/ |
H A D | bcscale_variation002.phpt | 2 bcadd() incorrect argument count
|
/php-src/ext/calendar/tests/ |
H A D | gh16234.phpt | 2 GH-16234 jewishtojd overflow on year argument
|
/php-src/ext/intl/tests/ |
H A D | calendar_setTimeZone_error.phpt | 43 error: 0, IntlCalendar::setTimeZone() expects exactly 1 argument, 2 given 45 error: 0, IntlCalendar::setTimeZone() expects exactly 1 argument, 0 given
|
/php-src/ext/reflection/tests/ |
H A D | ReflectionClass_isSubclassOf_002.phpt | 40 ReflectionClass::isSubclassOf() expects exactly 1 argument, 0 given 41 ReflectionClass::isSubclassOf() expects exactly 1 argument, 2 given
|
H A D | ReflectionFunction_construct.001.phpt | 40 Ok - ReflectionFunction::__construct() expects exactly 1 argument, 0 given 41 Ok - ReflectionFunction::__construct() expects exactly 1 argument, 2 given
|
H A D | ReflectionObject_isSubclassOf.002.phpt | 40 ReflectionClass::isSubclassOf() expects exactly 1 argument, 0 given 41 ReflectionClass::isSubclassOf() expects exactly 1 argument, 2 given
|