Test: /ext/zip/tests/bug68621.phpt - Version 5.6.7RC1        

Feature/Change Request #68621 ZipArchive::open(): support stream wrappers
Submitted: 2014-12-18 13:56:22 Modified: 2015-06-04 13:22:57
From: your.brother.t Assigned:
Status: Open Package: Zip Related
PHP Version: all OS: Cross OS

There are 2 different diffs reported by users for this test.

Count Diff
1 (50%)
001+ object(ZipArchive)#1 (5) {
002+ ["status"]=>
003+ int(0)
004+ ["statusSys"]=>
005+ int(0)
006+ ["numFiles"]=>
001- object(ZipArchive)[206]
002- public 'status' => int 0
003- public 'statusSys' => int 0
004- public 'numFiles' => int 1
005- public 'filename' => string 'php://memory' (length=12)
006- public 'comment' => string '' (length=0)
007+ int(1)
008+ ["filename"]=>
009+ string(20) "ZZZZZZZZZZZZZi7��7��"
010+ ["comment"]=>
011+ string(0) ""
012+ }
013+
014+ Warning: Unknown: Cannot destroy the zip context in Unknown on line 0
1 (50%)
001+ object(ZipArchive)#1 (5) {
002+ ["status"]=>
003+ int(0)
004+ ["statusSys"]=>
005+ int(0)
006+ ["numFiles"]=>
001- object(ZipArchive)[206]
002- public 'status' => int 0
003- public 'statusSys' => int 0
004- public 'numFiles' => int 1
005- public 'filename' => string 'php://memory' (length=12)
006- public 'comment' => string '' (length=0)
007+ int(1)
008+ ["filename"]=>
009+ string(12) "php://memory"
010+ ["comment"]=>
011+ string(0) ""
012+ }
013+
014+ Warning: Unknown: Cannot destroy the zip context in Unknown on line 0