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

Ok, so it is defined in the manual.

However this is not intuitive behaviour.....


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

[2002-09-23 19:00:23] [EMAIL PROTECTED]

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php



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

[2002-09-23 18:59:52] [EMAIL PROTECTED]

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.

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

[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