ID: 45428 User updated by: eladnava at gmail dot com Reported By: eladnava at gmail dot com Status: Open Bug Type: Unknown/Other Function Operating System: Linux -PHP Version: 4.4.8 +PHP Version: 5.2.6 New Comment:
Incorrect PHP version. Previous Comments: ------------------------------------------------------------------------ [2008-07-03 15:39:42] eladnava at gmail dot com 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 this bug report at http://bugs.php.net/?id=45428&edit=1
