mirror of https://github.com/php/php-src
Browse Source
It makes no sense that you can't write a closure using $this in a static method, even though you can write one outside a class. Now only closures that have been marked as static will be considered to be static. Fixes bug #65598.pull/1441/head
4 changed files with 9 additions and 17 deletions
Loading…
Reference in new issue