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.