|
Posted by gosha bine on 09/07/07 15:46
On 07.09.2007 17:31 Fabio wrote:
> Why this code
>
> <?php
> function X()
> {
> // echo("commented ?>");
> }
> X();
> ?>
>
> give the error
> "Parse error: syntax error, unexpected $end"
>
> ???
>
> ?> is into a string commented!
no, it is not. There's no "strings" inside comments, comment is a stream
of characters and does take ?> into account. I don't think this is a
good idea either, but so is it.
--
gosha bine
makrell ~ http://www.tagarga.com/blok/makrell
php done right ;) http://code.google.com/p/pihipi
Navigation:
[Reply to this message]
|