From:             david at squiggle dot org
Operating system: Any
PHP version:      Irrelevant
PHP Bug Type:     Unknown/Other Function
Bug description:  Unclosed Tags work

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 bug report at http://bugs.php.net/?id=27804&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=27804&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=27804&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=27804&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=27804&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=27804&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=27804&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=27804&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=27804&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=27804&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=27804&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=27804&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=27804&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27804&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=27804&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=27804&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=27804&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=27804&r=float

Reply via email to