diff --git a/reference/overload/reference.xml b/reference/overload/reference.xml index 2afadca1d8..8eb97e359a 100644 --- a/reference/overload/reference.xml +++ b/reference/overload/reference.xml @@ -1,5 +1,5 @@ - + Object property and method call overloading Object overloading @@ -22,6 +22,14 @@ properties normally. &warn.experimental; + + + This extension is not a part of PHP 5. PHP 5 supports __get(), + __set() and __call() natively. See + PHP 5 migration chapter for more + information. + +