php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #67010
Patch doc-bug-67010.patch revision 2015-03-25 21:33 UTC by patrick dot schwisow at gmail dot com

Patch doc-bug-67010.patch for Documentation problem Bug #67010

Patch version 2015-03-25 21:33 UTC

Return to Bug #67010 | Download this patch
Patch Revisions:

Developer: patrick.schwisow@gmail.com

Index: language/exceptions.xml
===================================================================
--- language/exceptions.xml	(revision 336196)
+++ language/exceptions.xml	(working copy)
@@ -237,8 +237,7 @@
    <para>
     Multiple &catch; blocks can be used to catch different classes of
     exceptions. Normal execution (when no exception is thrown within the &try;
-    block, or when a &catch; matching the thrown exception's class is not
-    present) will continue after that last &catch; block defined in sequence.
+    block) will continue after that last &catch; block defined in sequence.
     Exceptions can be &throw;n (or re-thrown) within a &catch; block.
    </para>
    <para>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 23:01:30 2024 UTC