Test: /ext/zip/tests/stream_meta_data.phpt - Version 7.3.33    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Warning: ZipArchive::getStream(): Invalid or uninitialized Zip object in %s/stream_meta_data.php on line 9
001- array(8) {
002- ["timed_out"]=>
003- bool(false)
004- ["blocked"]=>
005- bool(true)
006- ["eof"]=>
007- bool(false)
008- ["stream_type"]=>
009- string(3) "zip"
010- ["mode"]=>
011- string(2) "rb"
012- ["unread_bytes"]=>
013- int(0)
014- ["seekable"]=>
015- bool(false)
016- ["uri"]=>
017- string(3) "foo"
018- }
019- array(9) {
020- ["timed_out"]=>
021- bool(false)
022- ["blocked"]=>
023- bool(true)
024- ["eof"]=>
025- bool(false)
026- ["wrapper_type"]=>
027- string(11) "zip wrapper"
028- ["stream_type"]=>
029- string(3) "zip"
030- ["mode"]=>
031- string(2) "rb"
032- ["unread_bytes"]=>
033- int(0)
034- ["seekable"]=>
035- bool(false)
036- ["uri"]=>
037- string(%d) "zip://%stest_with_comment.zip#foo"
038- }