Home
last modified time | relevance | path

Searched refs:argument (Results 126 – 150 of 869) sorted by relevance

12345678910>>...35

/PHP-8.3/Zend/tests/named_params/
H A Dcall_user_func_array.phpt60 Cannot use positional argument after named argument
72 Cannot use positional argument after named argument
/PHP-8.3/ext/intl/tests/
H A Dmsgfmt_format_error2.phpt2 MessageFormatter::format() inconsistent types in named argument
17 Warning: MessageFormatter::format(): Inconsistent types declared for an argument in %s on line %d
H A Dbug61487.phpt23 grapheme_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
24 grapheme_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
H A Dcalendar_before_after_error.phpt63 error: 0, IntlCalendar::after() expects exactly 1 argument, 0 given
65 error: 0, IntlCalendar::before() expects exactly 1 argument, 0 given
71 error: 0, IntlCalendar::after() expects exactly 1 argument, 2 given
73 error: 0, IntlCalendar::before() expects exactly 1 argument, 2 given
/PHP-8.3/ext/standard/tests/array/
H A Darray_map_variation8.phpt6 * Test array_map() by passing array having reference values for $arr1 argument
9 echo "*** Testing array_map() : array with references for 'arr1' argument ***\n";
45 *** Testing array_map() : array with references for 'arr1' argument ***
H A Darray_fill_variation5.phpt2 Test array_fill() function : usage variations - different types of array values for 'val' argument
6 * testing array_fill() by passing different types of array values for 'val' argument
16 //array of different types of array values for 'val' argument
34 // loop through each element of the values array for 'val' argument
36 echo "--- Testing array_fill() with different types of array values for 'val' argument ---\n";
52 --- Testing array_fill() with different types of array values for 'val' argument ---
H A Darray_filter_variation10.phpt6 * Using array keys as an argument to the 'callback'
30 echo "*** Testing array_filter() : usage variations - 'callback' expecting second argument ***\n";
75 *** Testing array_filter() : usage variations - 'callback' expecting second argument ***
90 is_numeric() expects exactly 1 argument, 2 given
H A Darray_flip_variation3.phpt2 Test array_flip() function : usage variations - 'input' argument with different valid values
6 * In 'input' array argument, values are expected to be valid keys i.e. string/integer
10 echo "*** Testing array_flip() : different valid values in 'input' array argument ***\n";
66 *** Testing array_flip() : different valid values in 'input' array argument ***
H A Darray_rand.phpt43 array_rand(): Argument #2 ($num) must be between 1 and the number of elements in argument #1 ($arra…
44 array_rand(): Argument #2 ($num) must be between 1 and the number of elements in argument #1 ($arra…
45 array_rand(): Argument #2 ($num) must be between 1 and the number of elements in argument #1 ($arra…
H A Darray_unshift_basic1.phpt2 Test array_unshift() function : basic functionality - array with default keys for 'array' argument
6 * Testing array_unshift() by giving array with default keys for $array argument
14 // Calling array_unshift() with default 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 ***
/PHP-8.3/ext/standard/tests/file/
H A Dunlink_basic.phpt18 echo "\n*** Testing unlink() : checking second argument ***\n";
27 var_dump( unlink($filename, $context) ); // using $context in second argument
37 *** Testing unlink() : checking second argument ***
/PHP-8.3/ext/standard/tests/general_functions/
H A Dis_callable_variation2.phpt9 var_dump( is_callable($func) ); //given only $var argument
10 var_dump( is_callable($func, TRUE) ); //given $var and $syntax argument
13 var_dump( is_callable($func, FALSE) ); //given $var and $syntax argument
29 NULL, // NULL as argument
30 0, // zero as argument
/PHP-8.3/ext/standard/tests/strings/
H A Dstrpbrk_error.phpt7 echo "-- Testing strpbrk() function with empty second argument --\n";
16 -- Testing strpbrk() function with empty second argument --
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";
50 //defining '$pad_length' argument
69 *** 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
67 // when $glue argument is supplied with different values
68 echo "\n--- Testing join() by supplying different values for 'glue' argument ---\n";
88 --- Testing join() by supplying different values for 'glue' argument ---
H A Dvfprintf_error3.phpt2 Test vfprintf() function : error conditions (wrong argument types)
13 echo "\n-- Testing vfprintf() function with wrong variable types as argument --\n";
49 -- Testing vfprintf() function with wrong variable types as argument --
H A Dstrncasecmp_error.phpt9 echo "-- Testing strncasecmp() function with invalid argument --\n";
21 -- Testing strncasecmp() function with invalid argument --
H A Dsetlocale_variation1.phpt2 Test setlocale() function : usage variations - passing multiple valid/invalid locales as argument
15 /* Test the setlocale() when multiple valid/invalid locales are provided as argument */
37 pass as argument to setlocale(), pass 2 invalid arguments along with two valid arguments*/
38 echo "*** Testing setlocale() by passing multiple valid/invalid locales as argument ***\n";
57 // Now check for three locales that is present in the system and use that as argument to setlocale()
86 *** Testing setlocale() by passing multiple valid/invalid locales as argument ***
H A Dsetlocale_basic3.phpt2 Test setlocale() function : basic functionality - passing multiple locales as argument
15 /* Test the setlocale() when multiple locales are provided as argument */
37 pass as argument to setlocale() */
38 echo "*** Testing setlocale() by passing multiple locales as argument ***\n";
58 // Now check for three locales that is present in the system and use that as argument to setlocale()
87 *** Testing setlocale() by passing multiple locales as argument ***
/PHP-8.3/ext/standard/tests/dir/
H A Drewinddir_basic-win32-mb.phpt31 echo "\n-- Read and rewind first directory (argument supplied) --\n";
43 echo "\n-- Read and rewind second directory (no argument supplied) --\n";
72 -- Read and rewind first directory (argument supplied) --
84 -- Read and rewind second directory (no argument supplied) --
/PHP-8.3/ext/dba/tests/
H A Ddba_db4_creation_matrix.phpt118 Warning: dba_open(): Driver initialization failed for handler: db4: Invalid argument in %s on line …
122 Warning: dba_open(): Driver initialization failed for handler: db4: Invalid argument in %s on line …
126 Warning: dba_open(): Driver initialization failed for handler: db4: Invalid argument in %s on line …
130 Warning: dba_open(): Driver initialization failed for handler: db4: Invalid argument in %s on line …
134 Warning: dba_open(): Driver initialization failed for handler: db4: Invalid argument in %s on line …
138 Warning: dba_open(): Driver initialization failed for handler: db4: Invalid argument in %s on line …
142 Warning: dba_open(): Driver initialization failed for handler: db4: Invalid argument in %s on line …
146 Warning: dba_open(): Driver initialization failed for handler: db4: Invalid argument in %s on line …
150 Warning: dba_open(): Driver initialization failed for handler: db4: Invalid argument in %s on line …
154 Warning: dba_open(): Driver initialization failed for handler: db4: Invalid argument in %s on line …
[all …]
/PHP-8.3/ext/standard/tests/array/range/
H A Drange_step_errors.phpt124 … Argument #3 ($step) must be less than the range spanned by argument #1 ($start) and argument #2 (…
126 … Argument #3 ($step) must be less than the range spanned by argument #1 ($start) and argument #2 (…
128 … Argument #3 ($step) must be less than the range spanned by argument #1 ($start) and argument #2 (…
130 … Argument #3 ($step) must be less than the range spanned by argument #1 ($start) and argument #2 (…
H A Dbug32021.phpt12 …ument #1 ($start) must be a single byte string if argument #2 ($end) is a single byte string, argu…
/PHP-8.3/ext/spl/tests/
H A DarrayObject_uasort_error1.phpt25 ArrayObject::uasort() expects exactly 1 argument, 0 given
26 ArrayObject::uasort() expects exactly 1 argument, 2 given

Completed in 21 milliseconds

12345678910>>...35