Re: [PHP] too much trimming

2004-03-19 Thread Marek Kilimajer
Ivan Sergio Borgonovo wrote: I've simple code like this: -- begin -- #!/usr/bin/php -q hey my name is and I feel good -- end -- newlines are ignored after php block end tags (?>) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/

RE: [PHP] too much trimming

2004-03-18 Thread Chris W. Parker
Ivan Sergio Borgonovo on Thursday, March 18, 2004 9:22 AM said: > but I obtain this: > -- begin -- > > hey my name is goofy and > I feel good > -- end -- > > Lines are indented with tabs. > I suspect something related to -w flag, but I haven't been a

[PHP] too much trimming

2004-03-18 Thread Ivan Sergio Borgonovo
I've simple code like this: -- begin -- #!/usr/bin/php -q hey my name is and I feel good -- end -- I would expect this output: -- begin -- hey my name is goofy and I feel good -- end -- but I obtain this: -- begin -- hey my name is goofya