jaytaph / Transphpile

PHP 7 to PHP 5.6 Transpiler
BSD 3-Clause "New" or "Revised" License
177 stars 9 forks source link

Convert double calls into call_user_func #16

Closed TysonAndre closed 7 years ago

TysonAndre commented 7 years ago

(There may be a more generic way to do this, but I'm mostly focusing on constructors/methods returning callables)

E.g.

jaytaph commented 7 years ago

thanks @TysonAndre for the PR