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

 ID:                 61468
 Comment by:         mattfic...@php.net
 Reported by:        a...@php.net
 Summary:            ext/phar/tests/phar_oo_005.phpt fails
 Status:             Open
 Type:               Bug
 Package:            PHAR related
 Operating System:   all
 PHP Version:        Irrelevant
 Block user comment: N
 Private report:     N

 New Comment:

With the patch, the test passes for me on Windows 7 sp1x64 with PHP_5_3-r324324


Previous Comments:
------------------------------------------------------------------------
[2012-03-21 20:27:25] a...@php.net

In the patch phar_oo_005.phpt.diff the output is adopted according to the new 
iterator functionality.

------------------------------------------------------------------------
[2012-03-21 20:26:38] a...@php.net

The following patch has been added/updated:

Patch Name: phar_oo_005.phpt.diff
Revision:   1332361598
URL:        
https://bugs.php.net/patch-display.php?bug=61468&patch=phar_oo_005.phpt.diff&revision=1332361598

------------------------------------------------------------------------
[2012-03-21 20:24:08] a...@php.net

Description:
------------
RecursiveIterator functionality changed, the test diff is

005+ string(21) "phar_oo_test.phar.php"
005- string(5) "a.php"
010+ string(1) "b"
010- string(5) "c.php"
015+ string(1) "b"
015- string(5) "d.php"
020+ string(21) "phar_oo_test.phar.php"
020- string(5) "b.php"
025+ string(21) "phar_oo_test.phar.php"
025- string(5) "e.php"

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

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


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



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

Reply via email to