diff --git a/language/functions.xml b/language/functions.xml index a1f80becd8..06978b3cd2 100644 --- a/language/functions.xml +++ b/language/functions.xml @@ -758,6 +758,13 @@ print $my_cart->getTotal(0.05) . "\n"; + + + It was not possible to use $this from anonymous + function before PHP 5.4.0. + + + It is possible to use func_num_args,