2007/12/4, Kevin Schmeichel <[EMAIL PROTECTED]>:
>
> Here's some unexpected behavior:
>
> <?php
> // ?> what?
> ?>
>
> This will output "what?" - I expected no output, as is the case if the
> inline comment was a /* */ comment.  Is this a bug?
>

Expected behavior. Read the manual:

http://php.net/manual/en/language.basic-syntax.comments.php

Reply via email to