Re: [PHP-DEV] Static Closures and PHP 7

2015-01-20 Thread Marc Bennewitz
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.

[PHP-DEV] Static Closures and PHP 7

2015-01-20 Thread 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. - Non-static closures in static methods are automat