Home
last modified time | relevance | path

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

/PHP-5.5/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());
29 #0 %s(%d): do_throw()
/PHP-5.5/ext/spl/
H A Dphp_spl.c472 zend_bool do_throw = 1; in PHP_FUNCTION() local
479 …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