Its not only PHP4, its all PHP versions

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278206 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2009-04-03 10:49:11 +00:00
parent 6619613c2a
commit 0e7b968b6e

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.71 $ -->
<!-- $Revision: 1.72 $ -->
<chapter xml:id="language.oop" xmlns="http://docbook.org/ns/docbook">
<title>Classes and Objects (PHP 4)</title>
@ -489,7 +489,7 @@ $b = new B;
<caution>
<simpara>
PHP 4 doesn't call constructors of the base class
PHP doesn't call constructors of the base class
automatically from a constructor of a derived class. It is
your responsibility to propagate the call to constructors
upstream where appropriate.