ID:               34409
 Updated by:       [EMAIL PROTECTED]
 Reported By:      dskiles at docfinity dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Strings related
 Operating System: Windows XP sp2
 PHP Version:      5.0.5
 New Comment:

Try this code:

<?php
var_dump("a\n");
var_dump("a\r\n");
?>


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

[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. 

------------------------------------------------------------------------

[2005-09-07 16:14:56] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip

And can't you really come up with a shorter reproduce script?


------------------------------------------------------------------------

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

Reply via email to