Home
last modified time | relevance | path

Searched refs:exception (Results 376 – 400 of 852) sorted by relevance

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

/PHP-8.1/tests/lang/
H A Dbug23279.phpt2 Bug #23279 (exception handler stops after first function call)
/PHP-8.1/Zend/tests/
H A Dbug44184.phpt2 Bug #44184 (Double free of loop-variable on exception)
H A Dfe_fetch_dtor_exception.phpt2 Dtor may throw exception furing FE_FETCH assignment
H A Dast_serialize_backtick_literal.phpt5 assert.exception=0
H A Dexception_set_previous_leak.phpt2 Leak when setting recursive previous exception in finally handling
H A Dexception_handler_003.phpt2 exception handler tests - 3
H A Dcallable_param_exception_leak.phpt2 Make sure is_callable error does not leak if an exception is also thrown
H A Dexception_005.phpt2 Trying to throw exception of an interface
H A Dtemporary_cleaning_001.phpt2 Temporary leak on exception
H A Dexception_handler_005.phpt2 exception handler tests - 5
/PHP-8.1/Zend/
H A Dzend_fibers.stub.php17 public function throw(Throwable $exception): mixed {} argument
/PHP-8.1/ext/standard/tests/assert/
H A Dassert_return_value.phpt5 assert.exception = 0
/PHP-8.1/ext/spl/tests/
H A Dspl_iterator_apply_error_001.phpt2 SPL: Error: iterator_apply when the callback throws an exception
/PHP-8.1/Zend/tests/try/
H A Dcatch_finally_005.phpt2 Try catch finally (with multi-returns and exception)
H A Dtry_multicatch_002.phpt2 Catch first exception in the multicatch
H A Dtry_multicatch_003.phpt2 Catch second exception in the multicatch
/PHP-8.1/ext/standard/tests/array/
H A Darray_key_exists_variation3.phpt22 } catch (TypeError $exception) {
23 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/sysvmsg/tests/
H A D006.phpt16 } catch (TypeError $exception) {
17 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/xmlreader/tests/
H A D015-move-errors.phpt29 } catch (ValueError $exception) {
30 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/standard/tests/strings/
H A Dvfprintf_variation1.phpt36 } catch (TypeError $exception) {
37 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/gd/tests/
H A Dcreatefromstring.phpt57 } catch (ValueError $exception) {
58 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_error_oo.phpt41 } catch (Error $exception) {
42 echo $exception->getMessage() . "\n";
H A Dmysqli_use_result.phpt48 } catch (Error $exception) {
49 echo $exception->getMessage() . "\n";
H A Dmysqli_store_result.phpt46 } catch (Error $exception) {
47 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/opcache/tests/
H A Dssa_bug_005.phpt2 Assign elision exception safety: UCALL

Completed in 24 milliseconds

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