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

ClassScope notice #60

Closed ghost closed 11 years ago

ghost commented 11 years ago

Im get this notice when I run tests on php 5.3

Notice: Object of class PHPToJavascript\Variable could not be converted to int in \src\PHPToJavascript\ClassScope.php on line 223
Notice: Object of class PHPToJavascript\Variable could not be converted to int in \src\PHPToJavascript\ClassScope.php on line 226
Danack commented 11 years ago

Added

"require": {
        "php": ">=5.4.0"
    },