Home
last modified time | relevance | path

Searched refs:exception (Results 26 – 50 of 336) sorted by relevance

12345678910>>...14

/PHP-5.5/ext/spl/tests/
H A Diterator_067.phpt10 echo "no exception";
16 no exception
H A Dheap_corruption.phpt2 SPL: SplHeap - heap corruption via compare exception (with top element deletion)
32 throw new Exception('Compare exception');
61 Compare Exception: Compare exception
H A Dfixedarray_020.phpt15 echo "No exception\n";
22 echo "No exception\n";
34 No exception
H A Darray_021.phpt23 echo "got exception\n";
30 got exception
H A Dbug36825.phpt23 echo "got exception\n";
30 got exception
/PHP-5.5/Zend/tests/
H A Dexception_003.phpt2 Throwing exception in global scope
11 Fatal error: Uncaught exception 'Exception' with message '1' in %s:%d
H A Dzend2.php.txt170 throw new MyException("'This is an exception!'");
175 } catch (MyException $exception) {
176 print "There was an exception: " . $exception->getException();
182 } catch (MyException $exception) {
183 print "There was an exception: " . $exception->getException();
H A Dbug50005.phpt6 class a extends exception {
16 Fatal error: Uncaught exception 'a' in :%d
H A Dbug64821.2.phpt6 class a extends exception {
16 Fatal error: Uncaught exception 'a' in %s:0
H A Dbug64821.3.phpt6 class a extends exception {
17 Fatal error: Uncaught exception 'a' in :0
H A Dbug60738_variation.phpt7 function() { echo 'Intercepted exception!', "\n"; }
19 Fatal error: Uncaught exception 'Exception' with message 'Exception!' in %s:%d
H A Dbug64821.1.phpt6 class a extends exception {
19 Fatal error: Uncaught exception 'a' in %s:0
H A Dexception_009.phpt2 Testing exception properties
14 class my_exception extends exception
H A Dbug48228.phpt2 Bug #48228 (crash when exception is thrown while passing function arguments)
27 Fatal error: Uncaught exception 'Exception' in %s
H A Dcatch_finally_006.phpt2 Try catch finally (re-throw exception in catch block)
21 "caught exception" . PHP_EOL;
H A Dexception_handler_002.phpt2 exception handler tests - 2
23 Fatal error: Uncaught exception 'Exception' in %sexception_handler_002.php:7
/PHP-5.5/Zend/tests/generators/
H A Dgenerator_throwing_exception.phpt19 echo 'Caught exception with message "', $e->getMessage(), '"', "\n";
27 Caught exception with message "test"
H A Dthrow_uncaught.phpt2 Generator::throw() where the exception is not caught in the generator
16 Fatal error: Uncaught exception 'RuntimeException' with message 'test' in %s:%d
H A Dthrow_caught.phpt2 Generator::throw() where the exception is caught in the generator
23 exception 'RuntimeException' with message 'Test' in %s:%d
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_object_no_constructor.phpt31 printf("No exception with PHP:\n");
41 printf("\nFatal error with PHP (but no exception!):\n");
52 No exception with PHP:
63 Fatal error with PHP (but no exception!):
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_createAttribute_error.phpt18 echo 'Wrong exception code';
22 echo 'Wrong exception thrown';
/PHP-5.5/tests/lang/
H A Dbug32828.phpt2 Bug #32828 (Throwing exception in output_callback function with ob_start and ob_end_clean leads to …
16 Fatal error: Uncaught exception 'Exception' in %s:%d
/PHP-5.5/Zend/
H A Dzend_objects.c115 if (EG(exception)) { in zend_objects_destroy_object()
116 if (Z_OBJ_HANDLE_P(EG(exception)) == handle) { in zend_objects_destroy_object()
119 old_exception = EG(exception); in zend_objects_destroy_object()
120 EG(exception) = NULL; in zend_objects_destroy_object()
125 if (EG(exception)) { in zend_objects_destroy_object()
126 zend_exception_set_previous(EG(exception), old_exception TSRMLS_CC); in zend_objects_destroy_object()
128 EG(exception) = old_exception; in zend_objects_destroy_object()
/PHP-5.5/ext/opcache/tests/
H A Dissue0057.phpt23 throw new Exception('exception');
38 exception
/PHP-5.5/tests/classes/
H A Dtostring_003.phpt2 ZE2 __toString() in __destruct/exception
33 Fatal error: Method Test::__toString() must not throw an exception in %stostring_003.php on line %d

Completed in 19 milliseconds

12345678910>>...14