From 0e7b968b6e82b9db92bc09e030fcbbf8113b3e52 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Fri, 3 Apr 2009 10:49:11 +0000 Subject: [PATCH] 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 --- language/oop.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/oop.xml b/language/oop.xml index 0b672cc15e..d7aeb29ce7 100644 --- a/language/oop.xml +++ b/language/oop.xml @@ -1,5 +1,5 @@ - + Classes and Objects (PHP 4) @@ -489,7 +489,7 @@ $b = new B; - 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.