E_FATAL => fatal E_ERROR

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300375 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Richard Quadling 2010-06-11 11:52:31 +00:00
parent 61f453fe08
commit ad7a14cbe6

View file

@ -169,7 +169,7 @@ class Exception
<para>
Exceptions cannot be cloned. Attempting to <link
linkend="language.oop5.cloning">clone</link> an Exception will result in a
<literal>E_FATAL</literal> error.
fatal <literal>E_ERROR</literal> error.
</para>
</note>
<example>