From 71a9cd7583ed6b3ca3b78fcb535f2eddc0ea9d93 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Thu, 11 Feb 2010 09:25:27 +0000 Subject: [PATCH] define $instance and make the example more clear git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294876 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/basic.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/language/oop5/basic.xml b/language/oop5/basic.xml index 3a85b1d61d..8d9dcadffa 100644 --- a/language/oop5/basic.xml +++ b/language/oop5/basic.xml @@ -149,6 +149,9 @@ $instance = new $className(); // Foo()