For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > April 2006 > cvs: phpdoc /en/language oop.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/language oop.xml
Jakub Vrana

2006-04-27, 3:58 am

vrana Thu Apr 27 07:25:56 2006 UTC

Modified files:
/phpdoc/en/language oop.xml
Log:
Grammar (bug #37216)

http://cvs.php.net/viewcvs.cgi/phpd...5&diff_format=u
Index: phpdoc/en/language/oop.xml
diff -u phpdoc/en/language/oop.xml:1.64 phpdoc/en/language/oop.xml:1.65
--- phpdoc/en/language/oop.xml:1.64 Fri Jul 22 12:27:17 2005
+++ phpdoc/en/language/oop.xml Thu Apr 27 07:25:56 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.64 $ -->
+<!-- $Revision: 1.65 $ -->
<chapter id="language.oop">
<title>Classes and Objects (PHP 4)</title>

@@ -394,7 +394,7 @@
called when you create a new instance of a class with
<literal>new</literal>. A function becomes a constructor, when
it has the same name as the class. If a class
- has no constructor, the constructor of the base class is being
+ has no constructor, the constructor of the base class will be
called, if it exists.
</para>

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com