Error when foreach loop is written with capitalized 'AS' keyword
yuanzhenbd opened this issue · 2 comments
yuanzhenbd commented
maxbrunsfeld commented
It looks like the parse error is caused by this:
foreach ($rank_list AS $item) {
// ...
}
Currently, the grammar does not recognize the capitalized AS
. Thank you very much for the report!
maxbrunsfeld commented
I'm glad you helped us find this; it is fixed on master. Please let us know if you have other unexpected parse errors.