Am 20.01.2015 um 18:58 schrieb Levi Morrison:
Internals,
Last year I "fixed" the behavior of closures in a few regards, which
were included in PHP 5.5.14 and 5.6 (unsure on exact version):
- Static closures properly use late-static binding on `static::`
calls from inside static methods.
Internals,
Last year I "fixed" the behavior of closures in a few regards, which
were included in PHP 5.5.14 and 5.6 (unsure on exact version):
- Static closures properly use late-static binding on `static::`
calls from inside static methods.
- Non-static closures in static methods are automat