Home
last modified time | relevance | path

Searched refs:argument (Results 201 – 225 of 870) sorted by relevance

12345678910>>...35

/php-src/ext/standard/tests/array/
H A Darray_intersect_variation2.phpt2 Test array_intersect() function : usage variations - unexpected values for 'array2' argument
6 * Testing array_intersect() function by passing values to $array2 argument other than arrays
8 * The $array1 argument is a fixed array.
11 echo "*** Testing array_intersect() : Passing non-array values to \$array2 argument ***\n";
13 // array to be passsed to $array1 as default argument
16 // arrays to be passed to optional argument
39 // unexpected values to be passed to $array2 argument
115 *** Testing array_intersect() : Passing non-array values to $array2 argument ***
H A Darray_slice_variation8.phpt7 * 1. a two-dimensional array as $input argument
8 * 2. a sub-array as $input argument
H A Darray_walk_object1.phpt6 * Passing object in place of 'input' argument to test object functionality
32 // object for 'input' argument
H A Darray_walk_recursive_object1.phpt5 /* Passing object in place of an 'input' argument to test object functionality
30 // object for 'input' argument
H A Dextract_error.phpt9 /* Invalid second argument ( only 0-6 is valid) */
24 /* Two Arguments, second as prefix but without prefix string as third argument */
H A Darray_filter_variation6.phpt26 // with 'callback' argument
29 // with default 'callback' argument
H A Darray_multisort_basic1.phpt15 echo "\n-- Testing array_multisort() function with one argument --\n";
43 -- Testing array_multisort() function with one argument --
H A Darray_reverse_basic2.phpt2 Test array_reverse() function : basic functionality - associative array for 'array' argument
6 * Testing array_reverse() with associative array for $array argument
H A Dcount_basic.phpt6 * Test basic functionality of count() using an array as $var argument
7 * and different values as $mode argument.
H A Darray_fill_basic.phpt7 // calling the array_fill with all possible valid values for 'val' argument
14 // array of possible valid values for 'val' argument
H A Darray_intersect_variation1.phpt2 Test array_intersect() function : usage variations - unexpected values for 'array1' argument
6 * Testing array_intersect() function by passing values to $array1 argument other than arrays
8 * The $array2 argument is a fixed array.
11 echo "*** Testing array_intersect() : Passing non-array values to \$array1 argument ***\n";
13 // array to be passsed to $array2 as default argument
16 // array to be passed to optional argument
39 // unexpected values to be passed to $array1 argument
114 *** Testing array_intersect() : Passing non-array values to $array1 argument ***
H A Darray_unique_variation4.phpt7 * associative arrays having different values to $input argument.
10 echo "*** Testing array_unique() : assoc. array with diff. values to \$input argument ***\n";
60 *** Testing array_unique() : assoc. array with diff. values to $input argument ***
H A Darray_reverse_basic1.phpt2 Test array_reverse() function : basic functionality - simple array for 'array' argument
6 * Testing array_reverse() by giving a simple array for $array argument
/php-src/ext/standard/tests/strings/
H A Dstrrpos_variation12.phpt2 Test strrpos() function : usage variations - checking binary safe with 'haystack' argument
5 /* Test strrpos() function with null terminated strings for 'haystack' argument
H A Dstrrpos_variation13.phpt2 Test strrpos() function : usage variations - checking bianry safe with 'needle' argument
5 /* Test strrpos() function with null terminated strings for 'needle' argument
H A Dstripos_error.phpt27 stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
30 stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
H A Dstripos_variation12.phpt2 Test stripos() function : usage variations - null terminated strings for 'haystack' argument
5 /* Test stripos() function with null terminated strings for 'haystack' argument
H A Dprintf.phpt29 /* Zero argument */
30 echo "\n*** Output for zero argument ***\n";
49 /* Scalar argument */
50 echo "\n*** Output for scalar argument ***\n";
226 echo"\n\n*** Output for string format parameter and integer type argument ***\n";
229 echo"\n\n*** Output for integer format parameter and string type argument ***\n";
235 *** Output for zero argument ***
236 printf() expects at least %d argument, %d given
240 *** Output for scalar argument ***
697 *** 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";
49 /* Scalar argument */
50 echo "\n*** Output for scalar argument ***\n";
226 echo"\n\n*** Output for string format parameter and integer type argument ***\n";
229 echo"\n\n*** Output for integer format parameter and string type argument ***\n";
235 *** Output for zero argument ***
236 printf() expects at least 1 argument, 0 given
240 *** Output for scalar argument ***
697 *** Output for string format parameter and integer type argument ***
[all …]
H A Dltrim.phpt34 echo "\n *** Output for scalar argument) ***\n";
35 var_dump( ltrim( 12345 ) ); /* Scalar argument */
56 *** Output for scalar argument) ***
H A Dstripos_variation13.phpt2 Test stripos() function : usage variations - null terminated strings for 'needle' argument
5 /* Test stripos() function with null terminated strings for 'needle' argument
/php-src/ext/standard/tests/general_functions/
H A Dis_callable_basic1.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
/php-src/Zend/tests/
H A Dtrampoline_closure_named_arguments.phpt38 $argument = $reflectionFunction->getParameters()[0];
39 var_dump($argument->isVariadic());
40 $type = $argument->getType();
/php-src/ext/reflection/tests/
H A Dbug71018.phpt51 Deprecated: Calling ReflectionProperty::setValue() with a 1st argument which is not null or an obje…
53 Deprecated: Calling ReflectionProperty::setValue() with a 1st argument which is not null or an obje…
56 Calling ReflectionProperty::setValue() with a 1st argument which is not null or an object is deprec…
/php-src/Zend/tests/arrow_functions/
H A D006.phpt6 // By-reference argument and return
13 // int argument and return type

Completed in 26 milliseconds

12345678910>>...35