removed leftover word ("when")

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306693 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mark Wiesemann 2010-12-26 17:25:13 +00:00
parent 9fba3a1b29
commit 79ba70edc6

View file

@ -112,7 +112,7 @@ $this is not defined.
<title>new</title>
<para>
To create an instance of a class, the <literal>new</literal> keyword must
be used. An object will always be created when unless the object has a
be used. An object will always be created unless the object has a
<link linkend="language.oop5.decon">constructor</link> defined that throws an
<link linkend="language.exceptions">exception</link> on error. Classes
should be defined before instantiation (and in some cases this is a