borisrepl / boris

A tiny REPL for PHP
MIT License
2.15k stars 115 forks source link

Curly braces used for object property dereferencing cause parse error #118

Open Bilge opened 8 years ago

Bilge commented 8 years ago
$o = new stdClass;
$o->{'foo'} = 'bar';

PHP Parse error: syntax error, unexpected end of file in d11wtq/boris/lib/Boris/EvalWorker.php(152) : eval()'d code on line 1