Searched refs:do_throw (Results 1 – 3 of 3) 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()
487 zend_bool do_throw = 1; in PHP_FUNCTION() local494 …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 11 milliseconds