Home
last modified time | relevance | path

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

12345678910>>...35

/php-src/ext/standard/tests/array/range/
H A Dbug32021.phpt12 …ument #1 ($start) must be a single byte string if argument #2 ($end) is a single byte string, argu…
H A Drange_inputs_null_variations.phpt2 Test range() function with null as argument.
100 …ument #1 ($start) must be a single byte string if argument #2 ($end) is a single byte string, argu…
108 …gument #2 ($end) must be a single byte string if argument #1 ($start) is a single byte string, arg…
/php-src/ext/standard/tests/strings/
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 ***
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 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 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";
51 *** Testing chr() function: with unexpected inputs for 'ascii' argument ***
/php-src/ext/standard/tests/array/
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_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_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 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_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_variation3.phpt7 * associative arrays having different keys to $input argument.
10 echo "*** Testing array_unique() : assoc. array with diff. keys passed to \$input argument ***\n";
32 // different associative arrays to be passed to $input argument
60 *** Testing array_unique() : assoc. array with diff. keys passed to $input 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_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_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_unshift_object.phpt2 Test array_unshift() function : passing object for 'var' argument
7 * an object to the $var argument
10 echo "*** Testing array_unshift() : Passing object to \$var argument ***\n";
60 // array to be passed to $array argument
77 /* with default argument */
100 *** Testing array_unshift() : Passing object to $var argument ***
H A Darray_merge_recursive_variation2.phpt2 Test array_merge_recursive() function : usage variations - unexpected values for $arr2 argument
6 * Passing non array values to 'arr2' argument of array_merge_recursive() and see
10 echo "*** Testing array_merge_recursive() : Passing non array values to \$arr2 argument ***\n";
12 // initialise the first argument
35 // unexpected values to be passed to $arr2 argument
101 *** Testing array_merge_recursive() : Passing non array values to $arr2 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-src/ext/random/tests/03_randomizer/methods/
H A DpickArrayKeys_error.phpt47 …rrayKeys(): Argument #2 ($num) must be between 1 and the number of elements in argument #1 ($array)
48 …rrayKeys(): Argument #2 ($num) must be between 1 and the number of elements in argument #1 ($array)
49 …rrayKeys(): Argument #2 ($num) must be between 1 and the number of elements in argument #1 ($array)
/php-src/ext/spl/tests/
H A DarrayObject_uksort_error1.phpt25 ArrayObject::uksort() expects exactly 1 argument, 0 given
26 ArrayObject::uksort() expects exactly 1 argument, 2 given
/php-src/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-src/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-src/ext/intl/tests/
H A Dmsgfmt_format_error4.phpt19 Warning: MessageFormatter::format(): Invalid UTF-8 data in argument key: '�' in %s on line %d
22 Warning: MessageFormatter::format(): Invalid UTF-8 data in string argument: '�' in %s on line %d

Completed in 54 milliseconds

12345678910>>...35