--TEST-- Bug #53603 (ZipArchive should quiet stat errors) --SKIPIF-- --FILE-- open($file) !== TRUE) { echo "open failed.\n"; exit('failed'); } $a = $zip->extractTo('teststream://test'); var_dump($a); --EXPECTF-- Warning: ZipArchive::extractTo(teststream://test/foo): failed to open stream: "TestStream::stream_open" call failed in %s on line %d bool(false)