Home
last modified time | relevance | path

Searched refs:arguments (Results 1 – 25 of 975) sorted by path

12345678910>>...39

/PHP-7.4/
H A DCODING_STANDARDS.md24 function may free its arguments (if true - the function must free its
25 arguments, if false - it must not)
303 Optional arguments are written like this:
H A DNEWS550 . Fixed bug #62474 (com_event_sink crashes on certain arguments). (cmb)
1080 . Fixed bug #79254 (getenv() w/o arguments not showing changes). (cmb)
1099 backtrace arguments). (Nikita)
2285 . Fixed bug #77339 (__callStatic may get incorrect arguments). (Dmitry)
2509 arguments). (cmb)
H A DUPGRADING364 arguments, in which case they will return an empty array. This is useful
709 . New INI directive to include or exclude arguments from stack traces
H A DUPGRADING.INTERNALS19 p. ZEND_EXT_FCALL_BEGIN can access arguments
187 p. ZEND_EXT_BEGIN_FCALL is emitted after arguments are sent, this means
188 that handlers may access arguments.
279 - PHP_PROG_BISON macro now takes two optional arguments - minimum required
/PHP-7.4/Zend/tests/
H A D001.phpt50 Exception: Too few arguments to function test2(), 0 passed in %s001.php on line 18 and exactly 1 ex…
53 Exception: Too few arguments to function test3(), 1 passed in %s001.php on line 27 and exactly 2 ex…
H A D002.phpt73 Exception: Too few arguments to function test2(), 0 passed in %s002.php on line %d and exactly 1 ex…
88 Exception: Too few arguments to function test3(), 1 passed in %s002.php on line %d and exactly 2 ex…
H A D003.phpt58 Exception: Too few arguments to function test2(), 0 passed in %s003.php on line %d and exactly 1 ex…
67 Exception: Too few arguments to function test3(), 1 passed in %s003.php on line %d and exactly 2 ex…
H A D019.phpt360 //Note: No error conditions relating to passing arguments can be tested
H A Dbug30407.phpt2 Bug #30407 (Strange behaviour of default arguments)
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 Dbug34062.phpt2 Bug #34062 (Crash in catch block when many arguments are used)
H A Dbug38047.phpt47 Fatal error: Uncaught ArgumentCountError: Too few arguments to function A::A_ftk(), 0 passed in %sb…
H A Dbug46238.phpt7 static function __callStatic($name, $arguments)
9 var_dump(array($name, $arguments));
H A Dbug48228.phpt2 Bug #48228 (crash when exception is thrown while passing function arguments)
H A Dbug48408.phpt2 Bug #48408 (crash when exception is thrown while passing function arguments)
H A Dbug48409.phpt2 Bug #48409 (crash when exception is thrown while passing function arguments)
H A Dbug48428.phpt2 Bug #48428 (crash when exception is thrown while passing function arguments)
H A Dbug55247.phpt6 public static function __callStatic($method, $arguments)
10 public function __call($method, $arguments)
H A Dbug55705.phpt9 Fatal error: Uncaught ArgumentCountError: Too few arguments to function f(), 0 passed in %s on line…
/PHP-7.4/Zend/tests/arg_unpack/
H A Dby_ref.phpt2 Argument unpacking with by-ref arguments
H A Ddynamic.phpt2 Unpack arguments for dynamic call
H A Dmany_args.phpt2 Argument unpacking with many arguments
H A Dmethod.phpt2 Unpack arguments for method calls
H A Dnew.phpt2 Unpack arguments for new expression
H A Dpositional_arg_after_unpack_error.phpt2 Positional arguments cannot be used after argument unpacking

Completed in 77 milliseconds

12345678910>>...39