Edit report at https://bugs.php.net/bug.php?id=61813&edit=1

 ID:                 61813
 Patch added by:     a...@php.net
 Reported by:        a...@php.net
 Summary:            ext\standard\tests\strings\strrchr_variation5.phpt
                     fails
 Status:             Open
 Type:               Bug
 Package:            *General Issues
 Operating System:   windows
 PHP Version:        Irrelevant
 Block user comment: N
 Private report:     N

 New Comment:

The following patch has been added/updated:

Patch Name: 61813.diff
Revision:   1335168467
URL:        
https://bugs.php.net/patch-display.php?bug=61813&patch=61813.diff&revision=1335168467


Previous Comments:
------------------------------------------------------------------------
[2012-04-22 11:45:48] a...@php.net

Description:
------------
Test diff:

003+ escape \seque
003- ^[scape \seque
008+ escape \seque
008- ^[scape \seque
013+ escape \seque
013- ^[scape \seque

Currently this fails only on the ofissial 5.4 windows snaps. However it fails 
on my 5.3 and 5.4 custom builds, which sounds more logic to me. The reason for 
the fail is most likely that \e is used as an escape character on windows. 
Going through proc_open and grabbing the test out hoses the 
\e's .

Expected result:
----------------
test pass

Actual result:
--------------
test fail


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



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=61813&edit=1

Reply via email to