From:             MALP at SHELMAN dot GR
Operating system: UNIX
PHP version:      4.3.7
PHP Bug Type:     Output Control
Bug description:  PROBLEM WITH \N \T

Description:
------------
HELLO I HAVE NOTICED THE FOLLOWING PROBLEM.  
THE \N \T DO NOT CHANGE LINE OR CREATE A TAB  
CHARACTER CORRESPONDINGLY. I TRIED BOTH WITH  
KONQUEROR FROM LINUX AND I.E 6 FROM WINDOWS 2000. 

Reproduce code:
---------------
<?php
 $outputString = "Hello \n World \t Tab Inserted";
 echo $outputString ;
?>

Expected result:
----------------
Hello  
World   Tab Inserted 

Actual result:
--------------
Hello World Tab Inserted 

-- 
Edit bug report at http://bugs.php.net/?id=28922&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=28922&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=28922&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=28922&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=28922&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=28922&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=28922&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=28922&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=28922&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=28922&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=28922&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=28922&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=28922&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28922&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=28922&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=28922&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=28922&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=28922&r=float

Reply via email to