Searched refs:do_throw (Results 1 – 5 of 5) sorted by relevance
11 function do_throw() { throw new Exception; }14 Test::foo(do_throw());19 (new Test)->bar(do_throw());26 $f->__invoke(do_throw());33 $f->__invoke($t->bar(Test::foo(do_throw())));
6 function do_throw() {18 $this->check(do_throw());28 #0 %s(%d): do_throw()
16 function do_throw($msg) {22 $ary[id($foo)] ??= do_throw("ex1");
14 Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() …
508 bool do_throw = 1; in PHP_FUNCTION() local517 Z_PARAM_BOOL(do_throw) in PHP_FUNCTION()521 if (!do_throw) { in PHP_FUNCTION()
Completed in 8 milliseconds