philip Fri Feb 7 15:19:13 2003 EDT Modified files: /phpdoc/en/language functions.xml Log: Fix a typo, this closes bug #22113 Index: phpdoc/en/language/functions.xml diff -u phpdoc/en/language/functions.xml:1.32 phpdoc/en/language/functions.xml:1.33 --- phpdoc/en/language/functions.xml:1.32 Tue Feb 4 21:05:16 2003 +++ phpdoc/en/language/functions.xml Fri Feb 7 15:19:13 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.32 $ --> +<!-- $Revision: 1.33 $ --> <chapter id="functions"> <title>Functions</title> @@ -469,7 +469,7 @@ $foo = new Foo(); $funcname = "Var"; -$foo->$varname(); // This calls $foo->Var() +$foo->$funcname(); // This calls $foo->Var() ?> ]]>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php