From ad7a14cbe6cdab1160e1e4012346d07c7d403baf Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Fri, 11 Jun 2010 11:52:31 +0000 Subject: [PATCH] E_FATAL => fatal E_ERROR git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300375 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/exceptions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/exceptions.xml b/language/exceptions.xml index a506028cd9..090c9fcdad 100644 --- a/language/exceptions.xml +++ b/language/exceptions.xml @@ -169,7 +169,7 @@ class Exception Exceptions cannot be cloned. Attempting to clone an Exception will result in a - E_FATAL error. + fatal E_ERROR error.