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());29 #0 %s(%d): do_throw()
472 zend_bool do_throw = 1; in PHP_FUNCTION() local479 …END_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "|zbb", &zcallable, &do_throw, &prepend) == FAI… in PHP_FUNCTION()487 if (do_throw) { in PHP_FUNCTION()501 if (do_throw) { in PHP_FUNCTION()510 else if (do_throw) { in PHP_FUNCTION()519 if (do_throw) { in PHP_FUNCTION()528 if (do_throw) { in PHP_FUNCTION()
Completed in 9 milliseconds