Home
last modified time | relevance | path

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

/PHP-7.2/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()
/PHP-7.2/ext/spl/
H A Dphp_spl.c487 zend_bool do_throw = 1; in PHP_FUNCTION() local
494 …eters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "|zbb", &zcallable, &do_throw, &prepend) == FAI… in PHP_FUNCTION()
505 if (do_throw) { in PHP_FUNCTION()
513 } else if (do_throw) { in PHP_FUNCTION()
522 if (do_throw) { in PHP_FUNCTION()
531 if (do_throw) { in PHP_FUNCTION()
542 if (do_throw) { in PHP_FUNCTION()

Completed in 15 milliseconds