php.xml: Fix matching endforeach
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.
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.