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