Home
last modified time | relevance | path

Searched refs:argument (Results 176 – 200 of 1377) sorted by relevance

12345678910>>...56

/PHP-7.2/ext/standard/tests/array/
H A Darray_flip_variation3.phpt2 Test array_flip() function : usage variations - 'input' argument with different valid values
11 * In 'input' array argument, values are expected to be valid keys i.e. string/integer
15 echo "*** Testing array_flip() : different valid values in 'input' array argument ***\n";
71 *** Testing array_flip() : different valid values in 'input' array argument ***
H A Darray_fill_variation5.phpt2 Test array_fill() function : usage variations - different types of array values for 'val' argument
11 * testing array_fill() by passing different types of array values for 'val' argument
21 //array of different types of array values for 'val' argument
39 // loop through each element of the values array for 'val' argument
41 echo "--- Testing array_fill() with different types of array values for 'val' argument ---\n";
57 --- Testing array_fill() with different types of array values for 'val' argument ---
H A Darray_unshift_variation9.phpt2 Test array_unshift() function : usage variations - heredoc strings for 'var' argument
12 * heredoc strings for $var argument that is prepended to the array
13 * passed through $array argument
16 echo "*** Testing array_unshift() : heredoc strings for \$var argument ***\n";
57 // array to be passed to $array argument
60 // different heredoc strings to be passed to $var argument
76 /* with default argument */
98 *** Testing array_unshift() : heredoc strings for $var argument ***
H A Darray_map_variation8.phpt11 * Test array_map() by passing array having reference values for $arr1 argument
14 echo "*** Testing array_map() : array with references for 'arr1' argument ***\n";
50 *** Testing array_map() : array with references for 'arr1' argument ***
H A Duasort_error.phpt37 echo "-- Testing uasort() function with Zero argument --\n";
53 // With non existent comparison function and extra argument
54 echo "-- Testing uasort() function with non-existent compare function and extra argument --\n";
61 -- Testing uasort() function with Zero argument --
77 -- Testing uasort() function with non-existent compare function and extra argument --
H A Darray_rand.phpt31 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
34 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
37 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
H A Darray_unshift_basic1.phpt2 Test array_unshift() function : basic functionality - array with default keys for 'array' argument
11 * Testing array_unshift() by giving array with default keys for $array argument
19 // Calling array_unshift() with default argument
H A Darray_combine_variation4.phpt13 * associative arrays having different possible keys to $keys argument and
14 * associative arrays having different possible keys to $values argument.
17 echo "*** Testing array_combine() : assoc array with diff keys to both \$keys and \$values argument
38 // different variations of associative arrays to be passed to $arr1 argument
71 // array to be passsed to $arr2 argument
91 *** Testing array_combine() : assoc array with diff keys to both $keys and $values argument ***
/PHP-7.2/ext/standard/tests/dir/
H A Drewinddir_basic-win32-mb.phpt37 echo "\n-- Read and rewind first directory (argument supplied) --\n";
49 echo "\n-- Read and rewind second directory (no argument supplied) --\n";
79 -- Read and rewind first directory (argument supplied) --
91 -- Read and rewind second directory (no argument supplied) --
/PHP-7.2/ext/pcre/tests/
H A Dpreg_replace_callback3.phpt30 Warning: preg_replace_callback(): Requires argument 2, '2', to be a valid callback in %s on line %d
33 Warning: preg_replace_callback(): Requires argument 2, '2', to be a valid callback in %s on line %d
36 Warning: preg_replace_callback(): Requires argument 2, '2', to be a valid callback in %s on line %d
/PHP-7.2/ext/posix/tests/
H A Dposix_setgid_variation1.phpt2 Test function posix_setgid() by substituting argument 1 with array values.
15 echo "*** Test substituting argument 1 with array values ***\n";
34 *** Test substituting argument 1 with array values ***
/PHP-7.2/ext/standard/tests/general_functions/
H A Dproc_nice_variation7.phpt2 Test function proc_nice() by substituting argument 1 with string values.
16 echo "*** Test substituting argument 1 with string values ***\n";
37 *** Test substituting argument 1 with string values ***
H A Dis_callable_variation2.phpt21 var_dump( is_callable($func) ); //given only $var argument
22 var_dump( is_callable($func, TRUE) ); //given $var and $syntax argument
25 var_dump( is_callable($func, FALSE) ); //given $var and $syntax argument
41 NULL, // NULL as argument
42 0, // zero as argument
H A Dproc_nice_variation1.phpt2 Test function proc_nice() by substituting argument 1 with array values.
16 echo "*** Test substituting argument 1 with array values ***\n";
36 *** Test substituting argument 1 with array values ***
/PHP-7.2/ext/standard/tests/strings/
H A Dchop_variation1.phpt2 Test chop() function : usage variations - unexpected values for str argument
11 * Testing chop() : with different unexpected values for $str argument passed to the function
14 echo "*** Testing chop() : with unexpected values for str argument ***\n";
85 // when $str argument is supplied with different values
87 echo "\n--- Testing chop() by supplying different values for 'str' argument ---\n";
105 *** Testing chop() : with unexpected values for str argument ***
111 --- Testing chop() by supplying different values for 'str' argument ---
H A Djoin_variation1.phpt2 Test join() function : usage variations - unexpected values for 'glue' argument
12 * testing join() by passing different unexpected value for glue argument
87 // when $glue argument is supplied with different values
88 echo "\n--- Testing join() by supplying different values for 'glue' argument ---\n";
104 --- Testing join() by supplying different values for 'glue' argument ---
H A Dprintf.phpt29 /* Zero argument */
30 echo "\n*** Output for zero argument ***\n";
41 /* Scalar argument */
42 echo "\n*** Output for scalar argument ***\n";
45 /* NULL argument */
46 echo "\n*** Output for NULL as argument ***\n";
228 *** Output for zero argument ***
236 *** Output for scalar argument ***
238 *** Output for NULL as argument ***
695 *** Output for string format parameter and integer type argument ***
[all …]
H A Dprintf_64bit.phpt29 /* Zero argument */
30 echo "\n*** Output for zero argument ***\n";
41 /* Scalar argument */
42 echo "\n*** Output for scalar argument ***\n";
45 /* NULL argument */
46 echo "\n*** Output for NULL as argument ***\n";
228 *** Output for zero argument ***
236 *** Output for scalar argument ***
238 *** Output for NULL as argument ***
695 *** Output for string format parameter and integer type argument ***
[all …]
H A Dsetlocale_basic3.phpt2 Test setlocale() function : basic functionality - passing multiple locales as argument
21 /* Test the setlocale() when multiple locales are provided as argument */
48 pass as argument to setlocale() */
49 echo "*** Testing setlocale() by passing multiple locales as argument ***\n";
69 // Now check for three locales that is present in the system and use that as argument to setlocale()
98 *** Testing setlocale() by passing multiple locales as argument ***
/PHP-7.2/ext/intl/tests/
H A Dmsgfmt_format_error2.phpt2 MessageFormatter::format() inconsistent types in named argument
20 Warning: MessageFormatter::format(): Inconsistent types declared for an argument in %s on line %d
/PHP-7.2/ext/spl/tests/
H A Dspl_iterator_getcallchildren.phpt20 print "invalid argument exception\n";
37 invalid argument exception
/PHP-7.2/ext/interbase/tests/
H A Dbug45575.phpt20 Warning: ibase_set_event_handler(): Callback argument is not a callable function in %s on line %d
22 Warning: ibase_set_event_handler(): Callback argument 1 is not a callable function in %s on line %d
/PHP-7.2/tests/lang/
H A Dbug27439.phpt70 Warning: Invalid argument supplied for foreach() in %s on line %d
72 Warning: Invalid argument supplied for foreach() in %s on line %d
74 Warning: Invalid argument supplied for foreach() in %s on line %d
/PHP-7.2/ext/exif/tests/
H A Dexif_tagname_variation1-64bit.phpt2 Test exif_tagname() function : usage variations - different types for index argument
15 echo "*** Testing exif_tagname() : different types for index argument ***\n";
83 // when $index argument is supplied with different values
85 echo "\n--- Testing exif_tagname() by supplying different values for 'index' argument ---\n";
102 *** Testing exif_tagname() : different types for index argument ***
108 --- Testing exif_tagname() by supplying different values for 'index' argument ---
H A Dexif_tagname_variation1.phpt2 Test exif_tagname() function : usage variations - different types for index argument
15 echo "*** Testing exif_tagname() : different types for index argument ***\n";
81 // when $index argument is supplied with different values
83 echo "\n--- Testing exif_tagname() by supplying different values for 'index' argument ---\n";
100 *** Testing exif_tagname() : different types for index argument ***
106 --- Testing exif_tagname() by supplying different values for 'index' argument ---

Completed in 43 milliseconds

12345678910>>...56