Home
last modified time | relevance | path

Searched refs:exception (Results 476 – 500 of 852) sorted by relevance

1...<<11121314151617181920>>...35

/PHP-8.1/Zend/tests/
H A Dexception_handler_007.phpt2 exception handler tests - 7
H A Dexit_finally_2.phpt14 throw new Exception("Finally exception");
H A Dbug69740.phpt2 Bug #69740: finally in generator (yield) swallows exception in iteration
H A Drequire_once_warning_to_exception.phpt2 Promoting require_once warning to exception
H A Dbug64821.1.phpt6 class a extends exception {
H A Dbug48228.phpt2 Bug #48228 (crash when exception is thrown while passing function arguments)
H A Dexception_004.phpt2 Throwing exception using a class that isn't derived from the Exception base class
H A Dexception_022.phpt2 Testing throw exception doesn't crash with wrong params, variant 4
H A Dexception_handler_002.phpt2 exception handler tests - 2
H A Dexception_019.phpt2 Testing throw exception doesn't crash with wrong params, variant 2
H A Dbug43175.phpt2 Bug #43175 (__destruct() throwing an exception with __call() causes segfault)
/PHP-8.1/Zend/tests/try/
H A Dtry_finally_recursive_previous.phpt2 Test case where the implicit previous finally exception would result in recursion
H A Dtry_catch_finally_004.phpt2 Try catch finally (re-throw exception in catch block)
H A Dcatch_003.phpt2 Catching an exception in a constructor fired form a static method
/PHP-8.1/Zend/tests/generators/
H A Dthrow_caught.phpt2 Generator::throw() where the exception is caught in the generator
/PHP-8.1/ext/json/tests/
H A Dbug73113.phpt3 Also test that the custom exception is not wrapped by ext/json
/PHP-8.1/ext/spl/tests/
H A Diterator_048.phpt2 SPL: RecursiveRegexIterator and exception in has/getChildren
H A Dspl_iterator_apply_error.phpt2 SPL: Error: iterator_apply when an iterator method (eg rewind) throws exception
/PHP-8.1/tests/classes/
H A Dbug75765.phpt2 Ensure that extending of undefined class throws the exception
/PHP-8.1/ext/reflection/tests/
H A DReflectionParameter_DefaultValueConstant_error.phpt2 ReflectionParameter::getDefaultValueConstant() should raise exception on non optional parameter
/PHP-8.1/ext/bcmath/tests/
H A Dbug80545.phpt2 Bug #80545 (bcadd('a', 'a') and bcadd('1', 'a') doesn't throw an exception)
/PHP-8.1/ext/oci8/tests/
H A Dimp_res_close.phpt54 } catch(\TypeError $exception) {
55 var_dump($exception->getMessage());
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_more_results.phpt55 } catch (Error $exception) {
56 echo $exception->getMessage() . "\n";
H A Dmysqli_next_result.phpt60 } catch (Error $exception) {
61 echo $exception->getMessage() . "\n";
H A Dmysqli_data_seek.phpt55 } catch (Error $exception) {
56 echo $exception->getMessage() . "\n";

Completed in 26 milliseconds

1...<<11121314151617181920>>...35