From 31c9ef4a83913ec2e354b03a7ab3c9ceb0c8c63c Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Thu, 1 Mar 2012 17:51:54 +0000 Subject: [PATCH] A few more changes, as suggested by Nikita git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323720 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration54.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appendices/migration54.xml b/appendices/migration54.xml index 046dd3bbb4..fa7cc75e78 100644 --- a/appendices/migration54.xml +++ b/appendices/migration54.xml @@ -127,14 +127,14 @@ - Converting an array to string will now generate an E_NOTICE level - error, and the result of the cast will still be the string "Array". + Converting an array to a string will now generate an E_NOTICE level + error, but the result of the cast will still be the string "Array". Turning &null;, &false;, or an empty string into an object by adding a property - will now emit a E_WARNING level instead of E_STRICT. + will now emit an E_WARNING level error, instead of E_STRICT. @@ -159,7 +159,7 @@ If you use htmlentities with asian character sets, it works like htmlspecialchars - this has always been the case in previous versions of PHP, but now an E_STRICT - level error is emitted + level error is emitted.