Home
last modified time | relevance | path

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

/PHP-5.3/Zend/tests/
H A Dbug48228.phpt6 function do_throw() {
18 $this->check(do_throw());
29 #0 %s(%d): do_throw()
/PHP-5.3/ext/spl/
H A Dphp_spl.c441 zend_bool do_throw = 1; in PHP_FUNCTION() local
448 …END_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "|zbb", &zcallable, &do_throw, &prepend) == FAI… in PHP_FUNCTION()
456 if (do_throw) { in PHP_FUNCTION()
470 if (do_throw) { in PHP_FUNCTION()
479 else if (do_throw) { in PHP_FUNCTION()
488 if (do_throw) { in PHP_FUNCTION()
497 if (do_throw) { in PHP_FUNCTION()

Completed in 8 milliseconds