Home
last modified time | relevance | path

Searched refs:throw (Results 176 – 200 of 613) sorted by relevance

12345678910>>...25

/PHP-8.3/ext/spl/tests/
H A Dspl_iterator_apply_error_001.phpt7 throw new Exception('Broken callback');
/PHP-8.3/Zend/tests/
H A Dthis_in_catch.phpt8 throw new Exception();
H A Dcallable_param_exception_leak.phpt6 throw new Exception("Failed");
H A Dtemporary_cleaning_001.phpt7 throw new Exception();
H A Dbug31177-2.phpt7 if($n) throw new Exception("new");
H A Dassign_coalesce_002.phpt17 throw new Exception($msg);
42 throw new Exception("dtor");
H A Dexception_024.phpt9 throw new Exception();
H A Dexception_during_property_assign_op.phpt8 throw new Exception;
H A Dgh10695_2.phpt7 throw new \Exception(__METHOD__);
H A Dgh10695_7.phpt9 throw new \Exception($errstr);
H A Dcatch.phpt16 throw new Exception();
H A Derror_reporting06.phpt16 throw new Exception("test");
H A Dexception_handler_005.phpt18 throw new excEption();
H A Dexception_during_by_reference_magic_get.phpt9 throw new Exception("Foobar");
H A Dbug47714.phpt20 throw new Exception('exception');
H A Derror_reporting07.phpt16 throw new Exception("test");
H A Dexception_handler_006.phpt20 throw new excEption();
/PHP-8.3/Zend/tests/try/
H A Dcatch_finally_005.phpt7 throw new Exception("ex");
H A Dtry_multicatch_003.phpt10 throw new Exception2;
H A Dtry_multicatch_004.phpt10 throw new Exception3;
H A Dtry_multicatch_002.phpt10 throw new Exception1;
H A Dtry_finally_015.phpt16 throw new Exception;
/PHP-8.3/ext/opcache/tests/
H A Dssa_bug_005.phpt9 $dtor = new class { function __destruct() { throw new Exception; } };
/PHP-8.3/Zend/tests/fibers/
H A Dcatch.phpt17 $fiber->throw(new Exception('test'));
/PHP-8.3/Zend/tests/return_types/
H A D020.phpt6 throw new Exception();

Completed in 15 milliseconds

12345678910>>...25