Home
last modified time | relevance | path

Searched refs:argument (Results 251 – 275 of 1377) sorted by relevance

1...<<11121314151617181920>>...56

/PHP-7.2/ext/standard/tests/assert/
H A Dassert_variation.phpt76 Deprecated: assert(): Calling assert() with a string argument is deprecated in %s on line %d
85 Deprecated: assert(): Calling assert() with a string argument is deprecated in %s on line %d
94 Deprecated: assert(): Calling assert() with a string argument is deprecated in %s on line %d
103 Deprecated: assert(): Calling assert() with a string argument is deprecated in %s on line %d
117 Deprecated: assert(): Calling assert() with a string argument is deprecated in %s on line %d
140 Deprecated: assert(): Calling assert() with a string argument is deprecated in %s on line %d
H A Dassert03.phpt37 Deprecated: assert(): Calling assert() with a string argument is deprecated in %s on line %d
40 Deprecated: assert(): Calling assert() with a string argument is deprecated in %s on line %d
H A Dassert_basic5.phpt28 Deprecated: assert(): Calling assert() with a string argument is deprecated in %s on line %d
34 Deprecated: assert(): Calling assert() with a string argument is deprecated in %s on line %d
H A Dassert_error.phpt24 Deprecated: assert(): Calling assert() with a string argument is deprecated in %s on line %d
30 Deprecated: assert(): Calling assert() with a string argument is deprecated in %s on line %d
/PHP-7.2/ext/standard/tests/array/
H A Darray_change_key_case_errors.phpt10 var_dump( array_change_key_case($int_var, CASE_UPPER) ); // invalid first argument
11 var_dump( array_change_key_case() ); // Zero argument
H A Dend_variation2.phpt6 * Description: Advances array argument's internal pointer to the last element and return it
14 * as $array_arg argument.
H A Dsizeof_variation5.phpt2 Test sizeof() function : usage variations - different values for 'mode' argument
14 echo "--- Testing sizeof() with different values for 'mode' argument ---\n";
56 // loop through the each element of $modes_array for 'mode' argument
75 --- Testing sizeof() with different values for 'mode' argument ---
H A Dnext_variation2.phpt6 * Description: Move array argument's internal pointer to the next element and return it
14 * as $array_arg argument.
H A Darray_combine_variation2.phpt2 Test array_combine() function : usage variations - unexpected values for 'values' argument
12 * Testing array_combine() function by passing values to $values argument other than arrays
14 * The $keys argument passed is a fixed array.
17 echo "*** Testing array_combine() : Passing non-array values to \$values argument ***\n";
42 // unexpected values to be passed to $values argument
101 *** Testing array_combine() : Passing non-array values to $values argument ***
H A Darray_unshift_variation4.phpt2 Test array_unshift() function : usage variations - assoc. array with diff. keys for 'array' argument
12 * associative arrays having different possible keys to $array argument.
13 * The $var argument passed is a fixed value
38 // initializing $var argument
41 // different variations of associative arrays to be passed to $array argument
79 /* with default argument */
H A Darray_unshift_variation5.phpt2 …st array_unshift() function : usage variations - assoc. array with diff values for 'array' argument
14 * associative arrays having different possible values to $array argument.
15 * The $var argument passed is a fixed value
40 // initializing $var argument
43 // different variations of associative arrays to be passed to $array argument
75 /* with default argument */
H A Darsort_variation2.phpt2 Test arsort() function : usage variations - unexpected values for 'sort_flags' argument
12 * Testing arsort() by providing different unexpected values for flag argument
73 // when $flag argument is supplied with different values from $unexpected_values
74 echo "\n-- Testing arsort() by supplying different unexpected values for 'sort_flags' argument --\n…
91 -- Testing arsort() by supplying different unexpected values for 'sort_flags' argument --
H A Dasort_variation2.phpt2 Test asort() function : usage variations - unexpected values for 'sort_flags' argument
12 * Testing asort() by providing different unexpected values for flag argument
73 // when $flag argument is supplied with different values from $unexpected_values
74 echo "\n-- Testing asort() by supplying different unexpected values for 'sort_flags' argument --\n";
91 -- Testing asort() by supplying different unexpected values for 'sort_flags' argument --
H A Dkrsort_variation2.phpt2 Test krsort() function : usage variations - unexpected values for 'sort_flags' argument
11 * Testing krsort() by providing different unexpected values for flag argument
72 // when 'sort_flags' argument is supplied with different values
73 echo "\n-- Testing krsort() by supplying different unexpected values for 'sort_flags' argument --\n…
90 -- Testing krsort() by supplying different unexpected values for 'sort_flags' argument --
H A Dksort_variation2.phpt2 Test ksort() function : usage variations - unexpected values for 'sort_flags' argument
11 * Testing ksort() by providing different unexpected values for flag argument
72 // when 'sort_flags' argument is supplied with different values
73 echo "\n-- Testing ksort() by supplying different unexpected values for 'sort_flags' argument --\n";
90 -- Testing ksort() by supplying different unexpected values for 'sort_flags' argument --
H A Dsort_variation2.phpt2 Test sort() function : usage variations - unexpected values for 'sort_flags' argument
11 * Testing sort() by providing different unexpected values for flag argument
72 // when $flag argument is supplied with different values
73 echo "\n-- Testing sort() by supplying different unexpected values for 'flag' argument --\n";
94 -- Testing sort() by supplying different unexpected values for 'flag' argument --
H A Darray_unshift_variation3.phpt2 Test array_unshift() function : usage variations - different array values for 'array' argument
12 * to $array argument to which the $var arguments will be prepended
15 echo "*** Testing array_unshift() : different arrays for \$array argument ***\n";
17 // initialize $var argument
20 // different arrays to be passed to $array argument
53 /* with default argument */
76 *** Testing array_unshift() : different arrays for $array argument ***
H A Darray_slice_variation8.phpt12 * 1. a two-dimensional array as $input argument
13 * 2. a sub-array as $input argument
/PHP-7.2/ext/standard/tests/file/
H A Dflock_error.phpt62 Warning: flock(): Illegal operation argument in %s on line %d
66 Warning: flock(): Illegal operation argument in %s on line %d
70 Warning: flock(): Illegal operation argument in %s on line %d
74 Warning: flock(): Illegal operation argument in %s on line %d
H A Drename_error.phpt10 //Zero argument
13 // less than expected,1 argument
/PHP-7.2/ext/standard/tests/strings/
H A Dquoted_printable_decode_variation1.phpt2 Test quoted_printable_decode() function : usage variations - unexpected values for 'str' argument
11 * Testing quoted_printable_decode() : with different unexpected values for format argument other th…
14 echo "*** Testing quoted_printable_decode() : with unexpected values for 'str' argument ***\n";
100 *** Testing quoted_printable_decode() : with unexpected values for 'str' argument ***
H A Dstr_pad_variation2.phpt2 Test str_pad() function : usage variations - unexpected inputs for '$pad_length' argument
14 echo "*** Testing str_pad() function: with unexpected inputs for 'pad_length' argument ***\n";
72 //defining '$input' argument
88 *** Testing str_pad() function: with unexpected inputs for 'pad_length' argument ***
H A Dstr_split_variation5.phpt2 Test str_split() function : usage variations - different heredoc strings as 'str' argument
14 * Passing different heredoc strings as 'str' argument to the str_split()
18 echo "*** Testing str_split() : heredoc strings as 'str' argument ***\n";
90 *** Testing str_split() : heredoc strings as 'str' argument ***
H A Dsprintf_error.phpt23 // with one argument less than expected
28 // with two argument less than expected
32 // with three argument less than expected
/PHP-7.2/ext/spl/tests/
H A Drecursive_tree_iterator_setprefixpart.phpt19 $it->setPrefixPart($a, 1); // Should throw a warning as setPrefixPart expects argument 1 to be long…
21 $it->setPrefixPart(1, $a); // Should throw a warning as setPrefixPart expects argument 2 to be a st…

Completed in 30 milliseconds

1...<<11121314151617181920>>...56