ID: 27804 Updated by: [EMAIL PROTECTED] Reported By: david at squiggle dot org -Status: Open +Status: Bogus Bug Type: Unknown/Other Function Operating System: Any PHP Version: Irrelevant New Comment:
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 This is intentional. Previous Comments: ------------------------------------------------------------------------ [2004-03-31 11:11:02] david at squiggle dot org Description: ------------ In PHP, when you Open a Tag (only tested with XML-Style Tags) and don't close it, the script works fine and produces no Erorr. The Example Will work as Unexpected - the script will run fine. Reproduce code: --------------- <?php print "Hello World of PHP"; Expected result: ---------------- <br /> <b>Fatal Error:</b> Unclosed tags in <b>file.php</b> on line <b>2</b> Actual result: -------------- Hello World of PHP ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=27804&edit=1