Closed eLod closed 11 years ago
I will look into this. Thank you for reporting.
@eLod The parser works in a different way now, and is a lot simpler. Can you test your code against my dev branch and let me know if you run into the same issue or not?
sorry, yes it works on my library/plugin, however i've not tested it with the core lithium files.
I get 'A parse error has been encountered' exception when syntax checking my class. It's a subclass of
lithium\template\View
, which uses$this->{'_' . $key} =
assignments in its_init()
method that is causing this problem. I had 2 instance of this assignment and the error logged[queue] => 0
and[level] => -2
with all the source tree (running the syntax command for the li3-core class also yields the error).