From: [EMAIL PROTECTED]
Operating system: Corel Linux 1.1.2
PHP version: 4.0.4pl1
PHP Bug Type: Strings related
Bug description: \n not forcing a new line.
<?php echo "Some String \n"
echo "Some more String \n"
?>
I expected this output:
Some String
Some more String
But I'm getting this output:
Some StringSome more String
No new line is being forced. The problem also occurs with PRINT
as well as ECHO.
--
Edit Bug report at: http://bugs.php.net/?id=9542&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]