Searched refs:argument (Results 201 – 225 of 879) sorted by relevance
12345678910>>...36
2 Test strrpos() function : usage variations - checking bianry safe with 'needle' argument5 /* Test strrpos() function with null terminated strings for 'needle' argument
29 /* 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 given240 *** Output for scalar argument ***697 *** Output for string format parameter and integer type argument ***[all …]
29 /* 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 given240 *** Output for scalar argument ***697 *** Output for string format parameter and integer type argument ***[all …]
34 echo "\n *** Output for scalar argument) ***\n";35 var_dump( ltrim( 12345 ) ); /* Scalar argument */56 *** Output for scalar argument) ***
2 Test stripos() function : usage variations - null terminated strings for 'needle' argument5 /* Test stripos() function with null terminated strings for 'needle' argument
35 strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)42 strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
2 Test sprintf() function : usage variations - unexpected values for format argument6 * Testing sprintf() : with different unexpected values for format argument other than the strings9 echo "*** Testing sprintf() : with unexpected values for format argument ***\n";72 // with default argument102 *** Testing sprintf() : with unexpected values for format argument ***
26 // with 'callback' argument29 // with default 'callback' argument
7 * 1. a two-dimensional array as $input argument8 * 2. a sub-array as $input argument
6 * Passing object in place of 'input' argument to test object functionality32 // object for 'input' argument
5 /* Passing object in place of an 'input' argument to test object functionality30 // object for 'input' argument
6 * Test basic functionality of count() using an array as $var argument7 * and different values as $mode argument.
7 // calling the array_fill with all possible valid values for 'val' argument14 // array of possible valid values for 'val' argument
15 echo "\n-- Testing array_multisort() function with one argument --\n";43 -- Testing array_multisort() function with one argument --
2 Test array_reverse() function : basic functionality - associative array for 'array' argument6 * Testing array_reverse() with associative array for $array argument
2 Test array_intersect() function : usage variations - unexpected values for 'array1' argument6 * Testing array_intersect() function by passing values to $array1 argument other than arrays8 * 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 argument16 // array to be passed to optional argument39 // unexpected values to be passed to $array1 argument114 *** Testing array_intersect() : Passing non-array values to $array1 argument ***
2 Test array_reverse() function : basic functionality - simple array for 'array' argument6 * Testing array_reverse() by giving a simple array for $array argument
7 * 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 ***
2 …st array_unshift() function : usage variations - assoc. array with diff values for 'array' argument9 * associative arrays having different possible values to $array argument.10 * The $var argument passed is a fixed value35 // initializing $var argument38 // different variations of associative arrays to be passed to $array argument70 /* with default argument */
51 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…
38 $argument = $reflectionFunction->getParameters()[0];39 var_dump($argument->isVariadic());40 $type = $argument->getType();
9 var_dump( is_callable($func) ); //given only $var argument10 var_dump( is_callable($func, TRUE) ); //given $var and $syntax argument13 var_dump( is_callable($func, FALSE) ); //given $var and $syntax argument
6 // By-reference argument and return13 // int argument and return type
6 * Pass different integers as $sorting_order argument to test how scandir()20 // different ints to pass as $sorting_order argument
10 echo "\n-- Testing date_parse() function with unexpected characters in \$date argument --\n";18 -- Testing date_parse() function with unexpected characters in $date argument --
Completed in 30 milliseconds