From 79ba70edc6e100b739ab272ffedacdc324fb9b79 Mon Sep 17 00:00:00 2001 From: Mark Wiesemann Date: Sun, 26 Dec 2010 17:25:13 +0000 Subject: [PATCH] removed leftover word ("when") git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306693 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/basic.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/oop5/basic.xml b/language/oop5/basic.xml index f185089a65..7189b2a037 100644 --- a/language/oop5/basic.xml +++ b/language/oop5/basic.xml @@ -112,7 +112,7 @@ $this is not defined. new To create an instance of a class, the new 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 constructor defined that throws an exception on error. Classes should be defined before instantiation (and in some cases this is a