Home
last modified time | relevance | path

Searched refs:do_throw (Results 1 – 5 of 5) sorted by relevance

/php-src/Zend/tests/
H A Dbug69212.phpt11 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())));
H A Dbug48228.phpt6 function do_throw() {
18 $this->check(do_throw());
28 #0 %s(%d): do_throw()
H A Dassign_coalesce_002.phpt16 function do_throw($msg) {
22 $ary[id($foo)] ??= do_throw("ex1");
/php-src/ext/spl/tests/
H A Dspl_autoload_warn_on_false_do_throw.phpt14 Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() …
/php-src/ext/spl/
H A Dphp_spl.c504 bool do_throw = 1; in PHP_FUNCTION() local
513 Z_PARAM_BOOL(do_throw) in PHP_FUNCTION()
517 if (!do_throw) { in PHP_FUNCTION()

Completed in 12 milliseconds