mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
61f453fe08
commit
ad7a14cbe6
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue