ID: 34409
User updated by: dskiles at docfinity dot com
Reported By: dskiles at docfinity dot com
-Status: Feedback
+Status: Open
Bug Type: Strings related
Operating System: Windows XP sp2
PHP Version: 5.0.5
New Comment:
I get this result back:
string(2) "a
"
string(3) "a
"
Does PHP not offer a universal "\n", like Python or Java?
Previous Comments:
------------------------------------------------------------------------
[2005-09-07 17:24:50] [EMAIL PROTECTED]
Try this code:
<?php
var_dump("a\n");
var_dump("a\r\n");
?>
------------------------------------------------------------------------
[2005-09-07 17:21:04] dskiles at docfinity dot com
Scott,
I noticed that you were using a UNIX shell, so I fired up Cygwin and
tried the same thing on my box.
Cygwin:
a
b
c
d
Windows Shell:
????
------------------------------------------------------------------------
[2005-09-07 17:13:33] scottmacvicar at ntlworld dot com
I can't reproduce this.
[EMAIL PROTECTED] www]# php -v
PHP 5.0.6-dev (cli) (built: Sep 5 2005 18:38:22)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.0.5, Copyright (c) 1998-2004 Zend Technologies
[EMAIL PROTECTED] www]# php bugtest.php
a
b
c
d
------------------------------------------------------------------------
[2005-09-07 16:28:39] dskiles at docfinity dot com
I tried this with the latest CVS and got the same result.
Single character strings:
????
MultiCharacter strings:
aa
bb
cc
dd
Multiple Newlines:
a
b
c
d
------------------------------------------------------------------------
[2005-09-07 16:17:35] [EMAIL PROTECTED]
Works just fine here.
Also, line endings on windows are \r\n, not \n.
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/34409
--
Edit this bug report at http://bugs.php.net/?id=34409&edit=1