Home
last modified time | relevance | path

Searched refs:arguments (Results 226 – 250 of 975) sorted by relevance

12345678910>>...39

/PHP-7.4/ext/date/tests/
H A Dtimezone_offset_get_error.phpt18 echo "\n-- Testing timezone_offset_get() function with zero arguments --\n";
26 echo "\n-- Testing timezone_offset_get() function with less than expected no. of arguments --\n";
34 echo "\n-- Testing timezone_offset_get() function with more than expected no. of arguments --\n";
93 -- Testing timezone_offset_get() function with zero arguments --
98 -- Testing timezone_offset_get() function with less than expected no. of arguments --
103 -- Testing timezone_offset_get() function with more than expected no. of arguments --
H A Dgmstrftime_basic.phpt17 // Calling gmstrftime() with all possible arguments
20 // Calling gmstrftime() with mandatory arguments
H A Dstrftime_basic.phpt18 // Calling strftime() with all possible arguments
21 // Calling strftime() with mandatory arguments
H A DDateTimeZone_construct_error.phpt15 echo "\n-- Testing new DateTimeZone() with more than expected no. of arguments --\n";
29 -- Testing new DateTimeZone() with more than expected no. of arguments --
/PHP-7.4/Zend/tests/closures/
H A Dclosure_from_callable.inc137 public function __call($name, $arguments)
141 $info = array_merge($info, $arguments);
145 public static function __callStatic($name, $arguments)
149 $info = array_merge($info, $arguments);
H A Dbug80929.phpt25 public function __call(string $name, array $arguments)
27 return $this->subscriber->$name(...$arguments);
/PHP-7.4/ext/standard/tests/array/
H A Darray_udiff_variation5.phpt6 …ies of arr1 that have values which are not present in any of the others arguments. Elements are co…
13 // Initialise function arguments not being substituted (if any)
51 Exception: Too few arguments to function too_many_parameters(), 2 passed and exactly 3 expected
H A Darray_unshift_basic2.phpt21 // returns element count in the resulting array after arguments are pushed to
28 // Calling array_unshift() with optional arguments
30 // returns element count in the resulting array after arguments are pushed to
H A Darray_merge_recursive_variation10.phpt31 echo "-- With more arguments --\n";
37 echo "-- With more arguments --\n";
92 -- With more arguments --
159 -- With more arguments --
H A Duasort_variation9.phpt10 /* Testing uasort() functionality with comparison function having arguments as reference
13 echo "*** Testing uasort() : 'cmp_function' with reference arguments ***\n";
50 *** Testing uasort() : 'cmp_function' with reference arguments ***
/PHP-7.4/ext/standard/tests/strings/
H A Dstrip_tags_basic1.phpt2 Test strip_tags() function : basic functionality - with default arguments
12 // array of arguments
31 // Calling strip_tags() with default arguments
H A Dwordwrap_error.phpt13 echo "\n-- Testing wordwrap() function with Zero arguments --\n";
16 // More than expected number of arguments
17 echo "\n-- Testing wordwrap() function with more than expected no. of arguments --\n";
57 -- Testing wordwrap() function with Zero arguments --
62 -- Testing wordwrap() function with more than expected no. of arguments --
H A Dstrip_tags_variation11.phpt8 // array of arguments
17 // Calling strip_tags() with default arguments
/PHP-7.4/ext/standard/tests/file/
H A Dfseek_ftell_rewind_error2.phpt22 echo "-- Testing ftell() with more than expected number of arguments --\n";
26 // test invalid arguments : non-resources
27 echo "-- Testing ftell() with invalid arguments --\n";
60 -- Testing ftell() with more than expected number of arguments --
64 -- Testing ftell() with invalid arguments --
H A Dfseek_ftell_rewind_error3.phpt22 echo "-- Testing rewind() with more than expected number of arguments --\n";
26 // test invalid arguments : non-resources
27 echo "-- Testing rewind() with invalid arguments --\n";
60 -- Testing rewind() with more than expected number of arguments --
64 -- Testing rewind() with invalid arguments --
H A Dunlink_error-win32.phpt26 echo "-- Testing unlink() on unexpected no. of arguments --\n";
33 echo "\n-- Testing unlink() on invalid arguments --\n";
34 // invalid arguments
68 -- Testing unlink() on unexpected no. of arguments --
77 -- Testing unlink() on invalid arguments --
H A Dunlink_error.phpt26 echo "-- Testing unlink() on unexpected no. of arguments --\n";
33 echo "\n-- Testing unlink() on invalid arguments --\n";
34 // invalid arguments
68 -- Testing unlink() on unexpected no. of arguments --
77 -- Testing unlink() on invalid arguments --
H A Dunlink_error-win32-mb.phpt28 echo "-- Testing unlink() on unexpected no. of arguments --\n";
35 echo "\n-- Testing unlink() on invalid arguments --\n";
36 // invalid arguments
71 -- Testing unlink() on unexpected no. of arguments --
80 -- Testing unlink() on invalid arguments --
H A Dis_executable_error.phpt10 var_dump( is_executable() ); // args < expected no of arguments
12 var_dump( is_executable(1, 2) ); // args > expected no. of arguments
/PHP-7.4/ext/intl/tests/
H A Dbreakiter_next_error.phpt19 Warning: IntlBreakIterator::next(): breakiter_next: bad arguments in %s on line %d
24 Warning: IntlBreakIterator::next(): breakiter_next: bad arguments in %s on line %d
H A Dini_use_exceptions_basic.phpt18 string(130) "transliterator_transliterate: Neither "start" nor the "end" arguments can exceed the n…
20 …literate(): transliterator_transliterate: Neither "start" nor the "end" arguments can exceed the n…
/PHP-7.4/Zend/tests/
H A Dbug33996.phpt35 Exception: Too few arguments to function NormalTest(), 0 passed in %sbug33996.php on line 18 and ex…
36 Exception: Too few arguments to function FooTest(), 0 passed in %sbug33996.php on line 23 and exact…
H A Dbug46238.phpt7 static function __callStatic($name, $arguments)
9 var_dump(array($name, $arguments));
/PHP-7.4/ext/hash/tests/
H A Dhash_hmac_file_error.phpt17 echo "\n-- Testing hash_hmac_file() function with less than expected no. of arguments --\n";
22 echo "\n-- Testing hash_hmac_file() function with more than expected no. of arguments --\n";
40 -- Testing hash_hmac_file() function with less than expected no. of arguments --
51 -- Testing hash_hmac_file() function with more than expected no. of arguments --
/PHP-7.4/tests/output/
H A Dob_get_contents_basic_001.phpt16 // Zero arguments
17 echo "\n-- Testing ob_get_contents() function with Zero arguments --\n";
55 -- Testing ob_get_contents() function with Zero arguments --

Completed in 43 milliseconds

12345678910>>...39