Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/ext/spl/
H A Dphp_spl.c508 zend_bool do_throw = 1; in PHP_FUNCTION() local
515 …eters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "|zbb", &zcallable, &do_throw, &prepend) == FAI… in PHP_FUNCTION()
526 if (do_throw) { in PHP_FUNCTION()
534 } else if (do_throw) { in PHP_FUNCTION()
543 if (do_throw) { in PHP_FUNCTION()
552 if (do_throw) { in PHP_FUNCTION()
563 if (do_throw) { in PHP_FUNCTION()

Completed in 12 milliseconds