Of course it is meaningful for PHP as well.

On 12/1/05, Bart de Boer <[EMAIL PROTECTED]> wrote:
> But that whitespace is meaningfull at XML level and not at PHP level.
>
> Processing Instruction: phpecho
>
>
> Sean Coates wrote:
> > Sara Golemon wrote:
> >
> >>> oh, that's easy to solve '<?php' WS + '='
> >>>
> >>> btw, th ejsp way is to have '<?jsp' '.' <action>
> >>>
> >>Marcus-
> >> You give me greif over ;; and ** as namespace separators then you
> >>suggest meaningful whitespace?  *tsk*tsk*tsk*
> >>-Sara
> >>
> >>:)
> >
> >
> > Ah, but the whitespace is already meaningful (-:
> >
> > [EMAIL PROTECTED]:~$ echo '<?php echo"foo\n";?>' | php -d short_open_tag=0
> > foo
> > [EMAIL PROTECTED]:~$ echo '<?phpecho"foo\n";?>' | php -d short_open_tag=0
> > <?phpecho"foo\n";?>
> >
> > S
>
> --
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to