diff --git a/language/functions.xml b/language/functions.xml index 6deb00459b..ee18bcda41 100644 --- a/language/functions.xml +++ b/language/functions.xml @@ -1568,14 +1568,18 @@ NULL]]> ]]> @@ -1596,16 +1600,19 @@ NULL call(new StdClass); +}; +$func = $func->bindTo(new StdClass); +$func(); + ?> ]]> &example.outputs;