ID: 9542
Updated by: cynic
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Strings related
Assigned To:
Comments:
are you looking at it in a browser? if so, look at the source of the page. the newline
is there. if not, reopen the report.
Previous Comments:
---------------------------------------------------------------------------
[2001-03-04 02:25:12] [EMAIL PROTECTED]
<?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.
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9542&edit=2
--
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]