At 10:38 AM 4/2/2003 -0500, Andrei Zmievski wrote:
> >This problem bites just about any places where people used /** */ as
> >comments.
> >For example:
> >if ($a > 5) { /** This is a smart check *.
> >}
> >
> >IMO, we can't break BC this badly.
>
> Ah, that's right. We probably need to rethink our strategy then, and tie
> doc comments to the relevant tokens that follow them. Not a very easy task
> I think.


Actually the doc comment has to start with "/**\n" and end with "*/", so
the above will work just fine (because I have a rule for doc comments
with unticked_statement). The only issue right now is making rules for
doc comments before class/namespace vars and constants. If I could get
some help with that from Zeev/Andi/Stas, it'd be great.

No matter how you define it (with \n or without) I think it can't be in the parser but has to be caught on the scanner level.


Andi


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



Reply via email to