Danack / PHP-to-Javascript

A tool for converting simple PHP objects/code to Javascript, so that code for manipulating objects can be used both server-side and client-side.
Other
104 stars 32 forks source link

floating point numbers are borked. #59

Closed Danack closed 11 years ago

Danack commented 11 years ago
echo "".(1.5)."";

is converted to

alert( "" + "" + () + "" + "");