From f03635b0c9ac318c642027425e7e568fd7fbd7c3 Mon Sep 17 00:00:00 2001 From: TAKAGI Masahiro Date: Sat, 26 May 2007 03:27:35 +0000 Subject: [PATCH] corrected copy&paste error. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236375 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration51.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/appendices/migration51.xml b/appendices/migration51.xml index 48768e5d70..dab124c25b 100644 --- a/appendices/migration51.xml +++ b/appendices/migration51.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 5.0.x to PHP 5.1.x @@ -493,8 +493,7 @@ class Derived extends Base {
Class constants - Under PHP 5.1.x, redefinition of a class constant will throw a fatal - E_ERROR. + Under PHP 5.0.x, the following code was valid: