corrected copy&paste error.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236375 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
TAKAGI Masahiro 2007-05-26 03:27:35 +00:00
parent 3f33f36313
commit f03635b0c9

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<appendix id="migration51">
<title>Migrating from PHP 5.0.x to PHP 5.1.x</title>
@ -493,8 +493,7 @@ class Derived extends Base {
<section id="migration51.oop-constants">
<title>Class constants</title>
<para>
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:
</para>
<informalexample>
<para>