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/unsub.php


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 able to
> switch this behaviour off.

all i can suggest is that you try putting an extra carriage return in
your code and see what that does. you might also try .


chris.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[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 goofyand
I feel good
-- end --

Lines are indented with tabs.
I suspect something related to -w flag, but I haven't been able to
switch this behaviour off.

thx

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php