Home
last modified time | relevance | path

Searched refs:throw (Results 51 – 75 of 613) sorted by relevance

12345678910>>...25

/PHP-8.3/Zend/tests/
H A Dbug80046.phpt9 throw new Exception('A');
11 throw new Exception('Default');
H A Djump16.phpt10 throw new Exception();
18 throw new Exception();
H A Dbug32226.phpt12 throw new Exception();
19 throw new Exception();
H A Dgh8548.phpt23 throw new \Exception('Could not register stream wrapper');
29 throw new \Exception('Could not unregister stream wrapper');
34 throw new \Exception('Wrapper is not of expected type');
H A Dindirect_call_array_004.phpt8 throw new Exception('foo');
12 throw new Exception($a);
16 throw new Exception($a);
H A Dgh10695_5.phpt10 throw new \Exception('exception handler');
13 throw new \Exception('main');
H A Dbug49893.phpt8 throw new Exception("2");
18 throw new Exception("1");
/PHP-8.3/Zend/tests/generators/
H A Dgh11028_3.phpt2 GH-11028 (Heap Buffer Overflow in zval_undefined_cv with generators) - throw in finally variant
9 throw new Exception("exception");
H A Dthrow_already_closed.phpt2 Generator::throw() on an already closed generator
14 $gen->throw(new Exception('test'));
H A Dthrow_uncaught.phpt2 Generator::throw() where the exception is not caught in the generator
12 var_dump($gen->throw(new RuntimeException('test')));
H A Dgenerator_throwing_exception.phpt2 Generators can throw exceptions
8 throw new Exception('test');
H A Dthrow_caught.phpt2 Generator::throw() where the exception is caught in the generator
18 var_dump($gen->throw(new RuntimeException('Test')));
/PHP-8.3/Zend/tests/try/
H A Dbug72213.phpt7 throw new Exception('a');
10 throw new Exception('b');
H A Dbug70228_3.phpt7 throw new Exception(1);
15 throw new Exception(2);
H A Dtry_finally_025.phpt8 throw new Exception(1);
11 throw new Exception(2);
H A Dbug70228_4.phpt7 throw new Exception(1);
16 throw new Exception(3);
H A Dtry_finally_recursive_previous.phpt8 throw new Exception("M2", 0, $e);
10 throw $e;
H A Dtry_catch_finally_004.phpt2 Try catch finally (re-throw exception in catch block)
16 throw $e;
/PHP-8.3/sapi/phpdbg/tests/
H A Dset_exception_handler.phpt10 >00004: throw new Exception("test");
19 throw new Exception("test");
/PHP-8.3/ext/opcache/tests/
H A Dbug65665.phpt30 throw new Exception('aaa');
68 throw new Exception('aaa');
94 throw new Exception('aaa');
/PHP-8.3/ext/opcache/tests/jit/
H A Dqm_assign_undef_exception.phpt2 QM_ASSIGN of undef var may throw exception
10 set_error_handler(function($_, $m) { throw new Exception($m); });
/PHP-8.3/Zend/tests/return_types/
H A Dnever_return_throw.phpt2 never return type: never cannot return from throw expression
7 return throw new Exception('bad');
/PHP-8.3/Zend/tests/generators/finally/
H A Dthrow_yield.phpt2 try { throw } finally { yield }
8 throw new Exception;
H A Dyield_throw.phpt2 try { yield } finally { throw }
10 throw new Exception;
/PHP-8.3/ext/standard/tests/serialize/
H A Dbug64354_2.phpt7 throw new Exception("Failed");
13 throw new Exception("Failed");

Completed in 28 milliseconds

12345678910>>...25