Actions
Bug #5373
closedSubstitute if anon function using this
Description
The anon function is trying to use $this without it being passed to the anon function as part of use. This causes an error on PHP 5.4 (will work on PHP 5.5).
Actions