Home
last modified time | relevance | path

Searched refs:argument (Results 101 – 125 of 870) sorted by relevance

12345678910>>...35

/php-src/Zend/tests/
H A Dcall_user_func_array_array_slice_named_args.phpt8 Fatal error: Cannot use positional argument after named argument in %s on line %d
H A Derrmsg_016.phpt2 errmsg: __isset() must take exactly 1 argument
14 Fatal error: Method test::__isset() must take exactly 1 argument in %s on line %d
H A Derrmsg_017.phpt2 errmsg: __unset() must take exactly 1 argument
14 Fatal error: Method test::__unset() must take exactly 1 argument in %s on line %d
/php-src/Zend/tests/named_params/
H A Dpositional_after_named.phpt10 Fatal error: Cannot use positional argument after named argument in %s on line %d
H A Dattributes_positional_after_named.phpt14 Fatal error: Cannot use positional argument after named argument in %s on line %d
H A Dduplicate_param.phpt22 Named parameter $a overwrites previous argument
23 Named parameter $a overwrites previous argument
/php-src/ext/standard/tests/array/
H A Darray_filter_variation9.phpt2 Test array_filter() function : usage variations - built-in functions as 'callback' argument
6 * Passing built-in functions and different language constructs as 'callback' argument
9 echo "*** Testing array_filter() : usage variations - built-in functions as 'callback' argument ***…
36 *** Testing array_filter() : usage variations - built-in functions as 'callback' argument ***
H A Darray_intersect_assoc_variation4.phpt2 Test array_intersect_assoc() function : usage variations - different arrays for 'arr2' argument
6 * Passing different types of arrays to $arr2 argument and testing whether
8 * The $arr1 argument passed is a fixed array.
11 echo "*** Testing array_intersect_assoc() : Passing different types of arrays to \$arr2 argument **…
13 /* Different heredoc strings passed as argument to $arr2 */
43 // array to be passsed to $arr1 argument
52 // arrays to be passed to $arr2 argument
90 // additional argument passed is the same as $arr1 argument
98 *** Testing array_intersect_assoc() : Passing different types of arrays to $arr2 argument ***
H A Darray_values_variation7.phpt7 * and is not dependent on the \$input argument's keys
15 echo "\n-- \$input argument: --\n";
26 -- $input argument: --
H A Darray_walk_recursive_variation7.phpt18 echo "-- Anonymous function with one argument --\n";
27 echo "-- Anonymous function with null argument --\n";
33 -- Anonymous function with one argument --
75 -- Anonymous function with null argument --
H A Darray_walk_variation7.phpt18 echo "-- Anonymous function with one argument --\n";
27 echo "-- Anonymous function with null argument --\n";
33 -- Anonymous function with one argument --
75 -- Anonymous function with null argument --
H A Darray_change_key_case_variation7.phpt8 * 2. Passed an argument by reference
15 echo "\n-- \$input argument is a reference to array --\n";
29 -- $input argument is a reference to array --
H A Darray_unshift_variation7.phpt2 Test array_unshift() function : usage variations - double quoted strings for 'var' argument
7 * double quoted strings for $var argument that is prepended to the array
8 * passed through $array argument
11 echo "*** Testing array_unshift() : double quoted strings for \$var argument ***\n";
13 // array to be passed to $array argument
16 // different variations of double quoted strings to be passed to $var argument
31 /* with default argument */
53 *** Testing array_unshift() : double quoted strings for $var argument ***
H A Darray_unshift_variation8.phpt2 Test array_unshift() function : usage variations - single quoted strings for 'var' argument
7 * single quoted strings for $var argument that is prepended to the array
8 * passed through $array argument
11 echo "*** Testing array_unshift() : single quoted strings for \$var argument ***\n";
13 // array to be passed to $array argument
16 // different variations of single quoted strings to be passed to $var argument
31 /* with default argument */
53 *** Testing array_unshift() : single quoted strings for $var argument ***
H A Darray_intersect_assoc_variation9.phpt7 * to both $arr1 and $arr2 argument.
8 * Optional argument takes the same value as that of $arr1
13 // two dimensional arrays for $arr1 and $arr2 argument
30 /* Passing the entire array as argument to $arr1 and $arr2 */
37 // additional argument passed is the same as $arr1
41 /* Passing the sub-array as argument to $arr1 and $arr2 */
48 // additional argument passed is the same as $arr1
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
59 // array to be passsed to $arr2 argument
79 *** Testing array_combine() : assoc array with diff keys to both $keys and $values argument ***
H A Darray_reverse_variation6.phpt2 Test array_reverse() function : usage variations - two dimensional arrays for 'array' argument
6 * testing the functionality of array_reverse() by giving 2-D arrays for $array argument
26 echo "-- with default argument --\n";
30 // with $preserve_keys argument
43 -- with default argument --
H A Darray_unique_variation8.phpt7 * two dimensional arrays for $input argument.
10 echo "*** Testing array_unique() : two dimensional array for \$input argument ***\n";
25 *** Testing array_unique() : two dimensional array for $input argument ***
H A Darray_intersect_variation3.phpt2 Test array_intersect() function : usage variations - different arrays for 'arr1' argument
6 * Passing different types of arrays to $arr1 argument and testing whether
8 * The $arr2 argument is a fixed array.
11 echo "*** Testing array_intersect() : Passing different types of arrays to \$arr1 argument ***\n";
13 /* Different heredoc strings passed as argument to $arr1 */
43 // arrays to be passed to $arr1 argument
73 // array to be passsed to $arr2 argument
91 // additional argument passed is the same as $arr1 argument
99 *** Testing array_intersect() : Passing different types of arrays to $arr1 argument ***
/php-src/ext/standard/tests/dir/
H A Dreaddir_basic.phpt19 echo "\n-- Call readdir() with \$path argument --\n";
30 echo "\n-- Call readdir() without \$path argument --\n";
52 -- Call readdir() with $path argument --
60 -- Call readdir() without $path argument --
H A Dreaddir_basic-win32-mb.phpt25 echo "\n-- Call readdir() with \$path argument --\n";
36 echo "\n-- Call readdir() without \$path argument --\n";
58 -- Call readdir() with $path argument --
66 -- Call readdir() without $path argument --
/php-src/Zend/tests/attributes/
H A D026_unpack_in_args.phpt2 Cannot use unpacking in attribute argument list
11 Fatal error: Cannot use unpacking in attribute argument list in %s on line %d
/php-src/ext/mbstring/tests/
H A Dmb_check_encoding_without_arg.phpt2 Calling mb_check_encoding() without argument is deprecated
12 Deprecated: mb_check_encoding(): Calling mb_check_encoding() without argument is deprecated in %s o…
/php-src/Zend/tests/arg_unpack/
H A Dtraversable_with_by_ref_parameters.phpt27 Warning: Cannot pass by-reference argument 4 of test() by unpacking a Traversable, passing by-value…
29 Warning: Cannot pass by-reference argument 4 of test() by unpacking a Traversable, passing by-value…
31 Warning: Cannot pass by-reference argument 4 of test() by unpacking a Traversable, passing by-value…
/php-src/ext/standard/tests/general_functions/
H A Dproc_nice_variation5.phpt2 Test function proc_nice() by substituting argument 1 with int values.
18 echo "*** Test substituting argument 1 with int values ***\n";
35 *** Test substituting argument 1 with int values ***

Completed in 28 milliseconds

12345678910>>...35