niklasvh / php.js

PHP to JavaScript converter and VM written in JavaScript
http://phpjs.hertzen.com
MIT License
860 stars 115 forks source link

unexpected T_CONSTANT_ENCAPSED_STRING, expecting T_OBJECT_OPERATOR #45

Closed adamjimenez closed 10 years ago

adamjimenez commented 10 years ago

This code should be valid:

"{$object->object->hello()}";
MECU commented 10 years ago

It's around this spot: https://github.com/niklasvh/php.js/blob/master/PHP.js#L7017

adamjimenez commented 10 years ago

Thanks. I've proposed a fix for this.

MECU commented 10 years ago

This is a thing of beauty. Thank you very much!