From a79ab53063acbe088c9bb0090839cf3ef03414ee Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Fri, 7 Feb 2003 20:19:13 +0000 Subject: [PATCH] Fix a typo, this closes bug #22113 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@115063 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/functions.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/functions.xml b/language/functions.xml index c63024457c..5df10353a2 100644 --- a/language/functions.xml +++ b/language/functions.xml @@ -1,5 +1,5 @@ - + Functions @@ -469,7 +469,7 @@ class Foo $foo = new Foo(); $funcname = "Var"; -$foo->$varname(); // This calls $foo->Var() +$foo->$funcname(); // This calls $foo->Var() ?> ]]>