From 66975055a5f5992889af15582b04f764c212441a Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Tue, 16 Dec 2008 11:20:38 +0000 Subject: [PATCH] Fix #46869 ___callStatic rather than __callStatic in example #2 title git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271330 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/overloading.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/oop5/overloading.xml b/language/oop5/overloading.xml index 2b559bea51..309d3c6579 100644 --- a/language/oop5/overloading.xml +++ b/language/oop5/overloading.xml @@ -1,5 +1,5 @@ - + Overloading @@ -269,7 +269,7 @@ Notice: Undefined property via __get(): hidden in on line 70 in o - overloading instantiated methods with __call and ___callStatic + overloading instantiated methods with __call and __callStatic