From: eladnava at gmail dot com Operating system: Linux PHP version: 4.4.8 PHP Bug Type: Unknown/Other Function Bug description: PHP echoes nothing when it is told to echo a PHP opening tag
Description: ------------ PHP echoes nothing when it is told to echo a PHP opening tag: echo( "<?php" ); // echoes "" echo( "<?" ); // echoes "" It can echo ?>. Reproduce code: --------------- <?php echo( "<?php" ); // echoes "" echo( "<?" ); // echoes "" ?> Expected result: ---------------- <?php or <? Actual result: -------------- "" -- Edit bug report at http://bugs.php.net/?id=45428&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=45428&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=45428&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=45428&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=45428&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=45428&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=45428&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=45428&r=needscript Try newer version: http://bugs.php.net/fix.php?id=45428&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=45428&r=support Expected behavior: http://bugs.php.net/fix.php?id=45428&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=45428&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=45428&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=45428&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=45428&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=45428&r=dst IIS Stability: http://bugs.php.net/fix.php?id=45428&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=45428&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=45428&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=45428&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=45428&r=mysqlcfg
