Description

Category: Bug

One line comments in PHP end with the PHP end-tag ?>. Any code and/or HTML beyond the ?> will be evaluated. In some cases, this may not be desirable.

Example

<? echo "Hello!"; // this is comment ?><? echo "This will be printed!" ?>