Home
last modified time | relevance | path

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

12345678910>>...34

/PHP-8.0/ext/standard/tests/array/
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_flip_variation4.phpt2 Test array_flip() function : usage variations - 'input' argument with different invalid values for …
6 * Trying different invalid values for 'input' array argument
9 echo "*** Testing array_flip() : different invalid values in 'input' array argument ***\n";
58 *** Testing array_flip() : different invalid values in 'input' array 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_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_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_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-8.0/ext/standard/tests/strings/
H A Dchunk_split_variation4.phpt2 Test chunk_split() function : usage variations - different heredoc strings as 'str' argument
6 * Passing different heredoc strings as 'str' argument to the chunk_split()
10 echo "*** Testing chunk_split() : heredoc strings as 'str' argument ***\n";
82 *** Testing chunk_split() : heredoc strings as 'str' argument ***
H A Dstr_split_variation5.phpt2 Test str_split() function : usage variations - different heredoc strings as 'str' argument
6 * Passing different heredoc strings as 'str' argument to the str_split()
10 echo "*** Testing str_split() : heredoc strings as 'str' argument ***\n";
82 *** Testing str_split() : heredoc strings as 'str' 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
H A Dstrrpos_negative_offset.phpt35 strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
42 strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
/PHP-8.0/Zend/tests/arrow_functions/
H A D006.phpt6 // By-reference argument and return
13 // int argument and return type
/PHP-8.0/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-8.0/ext/standard/tests/dir/
H A Dscandir_variation9.phpt6 * Pass different integers as $sorting_order argument to test how scandir()
20 // different ints to pass as $sorting_order argument
/PHP-8.0/ext/reflection/tests/
H A DReflectionClass_isSubclassOf_002.phpt40 ReflectionClass::isSubclassOf() expects exactly 1 argument, 0 given
41 ReflectionClass::isSubclassOf() expects exactly 1 argument, 2 given
H A DReflectionObject_isSubclassOf.002.phpt40 ReflectionClass::isSubclassOf() expects exactly 1 argument, 0 given
41 ReflectionClass::isSubclassOf() expects exactly 1 argument, 2 given
/PHP-8.0/ext/date/tests/
H A Ddate_parse_error.phpt10 echo "\n-- Testing date_parse() function with unexpected characters in \$date argument --\n";
18 -- Testing date_parse() function with unexpected characters in $date argument --
/PHP-8.0/ext/mbstring/tests/
H A Dmb_strpos_empty_needle.phpt75 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
78 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
90 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
93 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
H A Dmb_strrpos_empty_needle.phpt76 mb_strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
79 mb_strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
91 mb_strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
94 mb_strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
H A Dmb_stripos_empty_needle.phpt76 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
79 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
91 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
94 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
H A Dmb_strripos_empty_needle.phpt76 mb_strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
79 mb_strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
91 mb_strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
94 mb_strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
/PHP-8.0/ext/ctype/tests/
H A Dctype_punct_variation1.phpt2 Test ctype_punct() function : usage variations - different data types as $c argument
8 * Pass different data types as $c argument to ctype_punt() to test behaviour
35 // unexpected values to be passed to $c argument

Completed in 40 milliseconds

12345678910>>...34