Which PHP version does this implement? Doesn't seem to have lambda support :(
call_user_func(function($what) { echo "hello $what\n"; }, "world");
Parse error: Object [object Object] has no method 'Node_Expr_Closure' in /console.htm on line undefined
var_dump([1,2,3]);
works fine though so that must be php 5.4, no? But lack of lambdas makes me sad.
'Any additional unconverted code that gets executed within the VM, such as eval or lambda functions will go through the same process before being executed.'
Nice work though.