Skip to content

php.xml: Fix matching endforeach

Fabian Vogt requested to merge work/fixphporder into master

The first alternative which matches is chosen, so for "endfor|endforeach" this was "endfor" and the "each" got ignored. Fix this by requiring a word boundary.

Merge request reports