From 21ac4a86afcb3b6a8a2cb70c9dd82b54462d9aae Mon Sep 17 00:00:00 2001 From: Dallas Wang Date: Thu, 1 Dec 2005 05:20:05 +0000 Subject: [PATCH] Omit extra "they are" git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@201786 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration5.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appendices/migration5.xml b/appendices/migration5.xml index 926be9063c..9034ce03bc 100755 --- a/appendices/migration5.xml +++ b/appendices/migration5.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 4 to PHP 5 @@ -128,7 +128,7 @@ If there are functions defined in the included file, they will be defined - in the main file, wether they are they are before or after the + in the main file, wether they are before or after the return instruction. If the file is included twice, PHP 5 issues fatal error because functions were already declared, while PHP 4 doesn't complain about it.