Home
last modified time | relevance | path

Searched refs:argument (Results 151 – 175 of 848) sorted by relevance

12345678910>>...34

/PHP-8.0/ext/standard/tests/array/
H A Darray_map_variation14.phpt2 Test array_map() function : usage variations - null value for 'callback' argument
6 * Test array_map() by passing null values for $callback argument and testing whether shortest
10 echo "*** Testing array_map() : null value for 'callback' argument ***\n";
50 *** Testing array_map() : null value for 'callback' argument ***
H A Darray_unique_variation5.phpt10 echo "*** Testing array_unique() : array with duplicate keys for \$input argument ***\n";
19 *** Testing array_unique() : array with duplicate keys for $input argument ***
H A Darray_unique_variation7.phpt9 echo "*** Testing array_unique() : array with binary data for \$input argument ***\n";
19 *** Testing array_unique() : array with binary data for $input argument ***
H A Darray_intersect_assoc_basic.phpt18 // default key array for both $arr1 and $arr2 argument
21 // default key array for $arr1 and associative array for $arr2 argument
27 // associative array for both $arr1 and $arr2 argument
H A Darray_map_variation9.phpt6 * Test array_map() by passing array having binary values for $arr1 argument
9 echo "*** Testing array_map() : array with binary data for 'arr1' argument ***\n";
36 *** Testing array_map() : array with binary data for 'arr1' argument ***
H A Darray_unshift_basic2.phpt2 Test array_unshift() function : basic functionality - associative arrays for 'array' argument
6 * Testing array_unshift() by giving associative arrays for $array argument
14 // Calling array_unshift() with default argument
H A Darray_combine_variation4.phpt7 * 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
65 // array to be passsed to $arr2 argument
85 *** Testing array_combine() : assoc array with diff keys to both $keys and $values argument ***
H A Darray_unshift_variation9.phpt2 Test array_unshift() function : usage variations - heredoc strings for 'var' argument
7 * heredoc strings for $var argument that is prepended to the array
8 * passed through $array argument
11 echo "*** Testing array_unshift() : heredoc strings for \$var argument ***\n";
52 // array to be passed to $array argument
55 // different heredoc strings to be passed to $var argument
71 /* with default argument */
93 *** Testing array_unshift() : heredoc strings for $var argument ***
H A Darray_fill_variation4.phpt2 Test array_fill() function : usage variations - using return value of array_fill for 'val' argument
5 /* passing array_fill() as the 'val' argument in array_fill() function */
15 // array of possible valid values for 'val' argument
H A Darray_intersect_basic.phpt18 // default key array for both $arr1 and $arr2 argument
21 // default key array for $arr1 and associative array for $arr2 argument
27 // associative array for both $arr1 and $arr2 argument
H A Dsizeof_variation2.phpt2 Test sizeof() function : usage variations - different array values for 'var' argument
10 echo "--- Testing sizeof() with different array values for 'var' argument ---\n";
12 // array containing different types of array values for 'var' argument
30 // loop through each element of the values array for 'var' argument
57 --- Testing sizeof() with different array values for 'var' argument ---
H A Darray_unique_variation6.phpt10 echo "*** Testing array_unique() : array with reference variables for \$input argument ***\n";
32 *** Testing array_unique() : array with reference variables for $input argument ***
/PHP-8.0/ext/standard/tests/strings/
H A Dprintf.phpt29 /* Zero argument */
30 echo "\n*** Output for zero argument ***\n";
49 /* Scalar argument */
50 echo "\n*** Output for scalar argument ***\n";
53 /* NULL argument */
54 echo "\n*** Output for NULL as argument ***\n";
240 *** Output for zero argument ***
241 printf() expects at least %d argument, %d given
245 *** Output for scalar argument ***
247 *** Output for NULL as argument ***
[all …]
H A Dprintf_64bit.phpt29 /* Zero argument */
30 echo "\n*** Output for zero argument ***\n";
49 /* Scalar argument */
50 echo "\n*** Output for scalar argument ***\n";
53 /* NULL argument */
54 echo "\n*** Output for NULL as argument ***\n";
240 *** Output for zero argument ***
241 printf() expects at least 1 argument, 0 given
245 *** Output for scalar argument ***
247 *** Output for NULL as argument ***
[all …]
H A Dsetlocale_variation1.phpt2 Test setlocale() function : usage variations - passing multiple valid/invalid locales as argument
14 /* Test the setlocale() when multiple valid/invalid locales are provided as argument */
36 pass as argument to setlocale(), pass 2 invalid arguments along with two valid arguments*/
37 echo "*** Testing setlocale() by passing multiple valid/invalid locales as argument ***\n";
56 // Now check for three locales that is present in the system and use that as argument to setlocale()
85 *** Testing setlocale() by passing multiple valid/invalid locales as argument ***
H A Dchr_variation1.phpt2 Test chr() function : usage variations - test values for $ascii argument
6 echo "*** Testing chr() function: with unexpected inputs for 'ascii' argument ***\n";
65 *** Testing chr() function: with unexpected inputs for 'ascii' argument ***
H A Dsprintf_error.phpt22 // with one argument less than expected
39 // with two argument less than expected
51 // with three argument less than expected
76 sprintf() expects at least 1 argument, 0 given
H A Dstristr_variation2.phpt2 Test stristr() function : usage variations - test values for $needle argument
6 echo "*** Testing stristr() function: with unexpected inputs for 'needle' argument ***\n";
64 //defining '$pad_length' argument
83 *** Testing stristr() function: with unexpected inputs for 'needle' argument ***
H A Djoin_variation1.phpt2 Test join() function : usage variations - unexpected values for 'glue' argument
6 * testing join() by passing different unexpected value for glue argument
81 // when $glue argument is supplied with different values
82 echo "\n--- Testing join() by supplying different values for 'glue' argument ---\n";
102 --- Testing join() by supplying different values for 'glue' argument ---
H A Dchunk_split_variation3.phpt11 echo "*** Testing chunk_split() : unexpected large 'end' string argument variation 2 ***\n";
20 *** Testing chunk_split() : unexpected large 'end' string argument variation 2 ***
/PHP-8.0/ext/gmp/tests/
H A Dgmp_random_range.phpt77 gmp_random_range(): Argument #1 ($min) must be less than argument #2 ($maximum)
78 gmp_random_range(): Argument #1 ($min) must be less than argument #2 ($maximum)
79 gmp_random_range(): Argument #1 ($min) must be less than argument #2 ($maximum)
/PHP-8.0/ext/standard/tests/directory/
H A DDirectoryClass_error_001.phpt48 Directory::read(): supplied argument is not a valid Directory resource
49 Directory::rewind(): supplied argument is not a valid Directory resource
50 Directory::close(): supplied argument is not a valid Directory resource
/PHP-8.0/ext/date/tests/
H A Dtimezone_offset_get_error.phpt12 echo "\n-- Testing timezone_offset_get() function with an invalid values for \$object argument --\n…
35 echo "\n-- Testing timezone_offset_get() function with an invalid values for \$datetime argument --…
61 -- Testing timezone_offset_get() function with an invalid values for $object argument --
69 -- Testing timezone_offset_get() function with an invalid values for $datetime argument --
/PHP-8.0/ext/intl/tests/
H A Dmsgfmt_format_error4.phpt20 Warning: MessageFormatter::format(): Invalid UTF-8 data in argument key: '�' in %s on line %d
23 Warning: MessageFormatter::format(): Invalid UTF-8 data in string argument: '�' in %s on line %d
/PHP-8.0/ext/reflection/tests/
H A DReflectionExtension_constructor_error.phpt29 Ok - ReflectionExtension::__construct() expects exactly 1 argument, 0 given
30 Ok - ReflectionExtension::__construct() expects exactly 1 argument, 2 given

Completed in 34 milliseconds

12345678910>>...34