The RFC I just posted also addresses this problem by not requiring all files to have tags at all.
On Thu, Mar 10, 2011 at 11:59 AM, Hannes Landeholm <landeh...@gmail.com>wrote: > http://brian.moonspot.net/php-history-newline-closing-tag > > ~Hannes > > On 10 March 2011 17:42, Martin Scotta <martinsco...@gmail.com> wrote: > > > > hi all, > > > > <pre> > > 1 <?php ; ?>1 > > 2 2 > > 3 <?php ; ?>3 > > </pre> > > > > <pre> > > 1 1<?php ; ?> > > 2 2 > > 3 3<?php ; ?> > > </pre> > > > > First try works... but second fails > > > > output: > > > > 1 1 > > 2 2 > > 3 3 > > > > 1 12 2 > > 3 3 > > > > is this the expected behavior? > > > > Martin Scotta > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >