Home
last modified time | relevance | path

Searched refs:exception (Results 76 – 100 of 367) sorted by path

12345678910>>...15

/PHP-7.2/Zend/tests/
H A Dexception_005.phpt2 Trying to throw exception of an interface
H A Dexception_007.phpt2 Setting previous exception
H A Dexception_008.phpt2 Exception in __destruct while exception is pending
H A Dexception_009.phpt2 Testing exception properties
14 class my_exception extends exception
H A Dexception_011.phpt2 Test exception doesn't cause RSHUTDOWN bypass, variation 0
5 assert.exception=1
H A Dexception_012.phpt2 Test exception doesn't cause RSHUTDOWN bypass, variation 1
5 assert.exception=1
H A Dexception_018.phpt2 Testing throw exception doesn't crash with wrong params, variant 1
H A Dexception_019.phpt2 Testing throw exception doesn't crash with wrong params, variant 2
H A Dexception_021.phpt2 Testing throw exception doesn't crash with wrong params, variant 3
H A Dexception_022.phpt2 Testing throw exception doesn't crash with wrong params, variant 4
H A Dexception_getters_with_ref_props.phpt2 Calling exception getters when properties hold references
H A Dexception_handler_001.phpt2 exception handler tests - 1
H A Dexception_handler_002.phpt2 exception handler tests - 2
H A Dexception_handler_003.phpt2 exception handler tests - 3
H A Dexception_handler_004.phpt2 exception handler tests - 4
H A Dexception_handler_005.phpt2 exception handler tests - 5
H A Dexception_handler_006.phpt2 exception handler tests - 6
H A Dfe_fetch_dtor_exception.phpt2 Dtor may throw exception furing FE_FETCH assignment
H A Dforeach_empty_loop_leak.phpt2 Empty foreach loops with exception must not leak
/PHP-7.2/Zend/tests/generators/
H A Dbug71013.phpt2 Bug #71013 (Incorrect exception handler with yield from)
H A Dbug74954.phpt14 } catch (Exception $e) { print "Caught exception!\n$e\n"; }
33 Caught exception!
40 Caught exception!
H A Dgenerator_throwing_during_function_call.phpt2 Stack is cleaned up properly when an exception is thrown during a function call
23 echo 'Caught exception with message "', $e->getMessage(), '"', "\n";
31 Caught exception with message "test"
H A Dgenerator_throwing_exception.phpt19 echo 'Caught exception with message "', $e->getMessage(), '"', "\n";
27 Caught exception with message "test"
H A Dget_return_and_finally.phpt15 // The exception was discarded, so this works
30 // This will throw an exception (from the finally)
H A Dget_return_errors.phpt33 // Generator has been aborted as a result of an exception
65 // Generator has been aborted as a result of an exception

Completed in 43 milliseconds

12345678910>>...15