ID:               28922
 Updated by:       [EMAIL PROTECTED]
 Reported By:      MALP at SHELMAN dot GR
-Status:           Open
+Status:           Bogus
 Bug Type:         Output Control
 Operating System: UNIX
 PHP Version:      4.3.7
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

.


Previous Comments:
------------------------------------------------------------------------

[2004-06-25 15:47:34] MALP at SHELMAN dot GR

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 this bug report at http://bugs.php.net/?id=28922&edit=1

Reply via email to