Searched refs:argument (Results 226 – 250 of 879) sorted by relevance
12345678910>>...36
/PHP-8.3/ext/standard/tests/strings/ |
H A D | join_variation2.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 79 // when $pieces argument is supplied with different values 80 echo "\n--- Testing join() by supplying different values for 'pieces' argument ---\n"; 103 --- Testing join() by supplying different values for 'pieces' 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
|
H A D | nl2br_variation2.phpt | 2 Test nl2br() function : usage variations - single quoted strings for 'str' argument 6 * combinations of new line chars to 'str' argument
|
H A D | str_split_variation3.phpt | 2 Test str_split() function : usage variations - different double quoted strings for 'str' argument 6 * passing different double quoted strings as 'str' argument to str_split() 32 //loop through each element of $values for 'str' argument
|
/PHP-8.3/ext/standard/tests/array/ |
H A D | array_merge_recursive_basic2.phpt | 13 echo "-- With default argument --\n"; 25 -- With default 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_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_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_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_merge_recursive_basic1.phpt | 17 echo "-- With default argument --\n"; 32 -- With default argument --
|
/PHP-8.3/ext/standard/tests/dir/ |
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: --
|
H A D | scandir_variation9-win32-mb.phpt | 12 * Pass different integers as $sorting_order argument to test how scandir() 26 // different ints to pass as $sorting_order argument
|
/PHP-8.3/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 ***
|
H A D | file_get_contents_file_put_contents_variation2.phpt | 6 /* Testing variation using use_include_path argument */ 10 echo "*** Testing with variation in use_include_path argument ***\n"; 41 *** Testing with variation in use_include_path argument ***
|
H A D | lstat_stat_error.phpt | 8 var_dump( lstat(22) ); // scalar argument 14 var_dump( stat(22) ); // scalar argument
|
/PHP-8.3/ext/bcmath/tests/ |
H A D | bcscale_variation002.phpt | 2 bcadd() incorrect argument count
|
/PHP-8.3/ext/calendar/tests/ |
H A D | gh16234.phpt | 2 GH-16234 jewishtojd overflow on year argument
|
H A D | gh16258.phpt | 2 GH-16258 (jddayofweek overflow on argument)
|
/PHP-8.3/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-8.3/ext/reflection/tests/ |
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
|
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
|
/PHP-8.3/ext/opcache/tests/jit/ |
H A D | call_chain_exit.phpt | 2 Exit in argument list
|
Completed in 30 milliseconds
12345678910>>...36