asmblah / uniter

🎉 PHP in the browser and Node.js => Docs: https://phptojs.com/
https://asmblah.github.io/uniter/
Other
446 stars 42 forks source link

Add support for optional function params (default values) #12

Closed sstur closed 9 years ago

sstur commented 9 years ago

Support syntax like:

function ($a = 0) {}
asmblah commented 9 years ago

Hi @sstur,

Thanks for reporting this - it should be fixed with this commit (https://github.com/asmblah/uniter/commit/9b9db196625bef9ff2e41930def49cddc5f47998).

Cheers!

sstur commented 9 years ago

Awesome, thatnks!