ID:               19565
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         Scripting Engine problem
 Operating System: Win 2K
 PHP Version:      4.2.1
 New Comment:

Sorry, but the bug system is not the appropriate forum for asking
support questions. Your problem does not imply a bug in PHP itself.
For a list of more appropriate places to ask for help using PHP,
please visit http://www.php.net/support.php

Thank you for your interest in PHP.


Previous Comments:
------------------------------------------------------------------------

[2002-09-23 18:39:27] [EMAIL PROTECTED]

A single line comment still interprets the ?> character sequence.

---------------------------------
<?
// some text

// the next line is OK, block comment
/* <input name="<?= $ip_name ?>"> */

// the next line is the problem
// <input name="<?= $ip_name ?>">

// all done
?>
---------------------------------

The above snippet will show the following on the web page, even though
NOTHING should show:

"> // all done ?>


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=19565&edit=1

Reply via email to