From: Operating system: any PHP version: 5.2.14 Package: *General Issues Bug Type: Bug Bug description:// $msg_text = '?>...';
Description: ------------ PHP Parser doesn't handle comments as such <?php echo 1+2; // $msg_text = '?>RCP_11/11/10_12:31:52_070%_E009.56.35,7_N53.32.39,6_003KM/H_278DEG_0M_2_4_0_1,6_00_0'; echo 1+2; should print 33, and not print the script unevaluated. Test script: --------------- <?php echo 1+2; // $msg_text = '?>RCP_11/11/10_12:31:52_070%_E009.56.35,7_N53.32.39,6_003KM/H_278DEG_0M_2_4_0_1,6_00_0'; echo 1+2; Expected result: ---------------- 33 Actual result: -------------- 3RCP_11/11/10_12:31:52_070%_E009.56.35,7_N53.32.39,6_003KM/H_278DEG_0M_2_4_0_1,6_00_0'; echo 1+2; -- Edit bug report at http://bugs.php.net/bug.php?id=53298&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=53298&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=53298&r=trysnapshot53 Try a snapshot (trunk): http://bugs.php.net/fix.php?id=53298&r=trysnapshottrunk Fixed in SVN: http://bugs.php.net/fix.php?id=53298&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=53298&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=53298&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=53298&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=53298&r=needscript Try newer version: http://bugs.php.net/fix.php?id=53298&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=53298&r=support Expected behavior: http://bugs.php.net/fix.php?id=53298&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=53298&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=53298&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=53298&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=53298&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=53298&r=dst IIS Stability: http://bugs.php.net/fix.php?id=53298&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=53298&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=53298&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=53298&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=53298&r=mysqlcfg