From:             [EMAIL PROTECTED]
Operating system: Windows XP Pro
PHP version:      4.1.1
PHP Bug Type:     Output Control
Bug description:  Ignores Escape Codes

To quote the manual's example

echo "This spans
multiple lines. The newlines will be 
output as well";

echo "This spans\nmultiple lines. The newlines will be\noutput as well.";

simply does not work... 
When escape codes are entered it shows up exactly as written minus the
escape codes.
if i were to
<?
echo "Line 1";
echo "Line 2";
?>
the output on the page would be Line 1Line 2
-- 
Edit bug report at http://bugs.php.net/?id=16213&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16213&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16213&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16213&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16213&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16213&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16213&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16213&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16213&r=submittedtwice

Reply via email to