Omit extra "they are"

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@201786 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Dallas Wang 2005-12-01 05:20:05 +00:00
parent 8416d00936
commit 21ac4a86af

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.42 $ -->
<!-- $Revision: 1.43 $ -->
<appendix id="migration5">
<title>Migrating from PHP 4 to PHP 5</title>
@ -128,7 +128,7 @@
<listitem>
<simpara>
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
<function>return</function> 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.