]> granicus.if.org Git - php/commit
Closure::fromCallable(): Better LSB handling
authorNikita Popov <nikic@php.net>
Tue, 5 Jul 2016 13:43:27 +0000 (15:43 +0200)
committerNikita Popov <nikic@php.net>
Tue, 5 Jul 2016 13:44:17 +0000 (15:44 +0200)
commitceae9fb54013d1fac0bf7987398501915b054209
tree5c002d22e4407794b8060e099b2ff135af30f6b6
parente959a9b65234902acb4e25602ac05d4cd546f8a7
Closure::fromCallable(): Better LSB handling

The previous fix missed the "late" part of "late static binding" :)
Zend/tests/closures/closure_from_callable_lsb.phpt
Zend/zend_closures.c