molily: Welche Syntax ist besser/zukunftsorientieter

Beitrag lesen

http://framework.zend.com/manual/en/coding-standard.coding-style.html - "For files containing only PHP code, the closing tag must always be omitted (See General standards)."

Das kann auch nur PHP: Aus einer Fehlertoleranz und Inkonsistenz des Parsers eine Lösung für das Problem finden, dass PHP als HTML-Präprozessor gedacht war, man heute aber richtige Programme darin zu schreiben versucht…

Mathias