mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
3f33f36313
commit
f03635b0c9
1 changed files with 2 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue