--TEST-- Bug #53603 (ZipArchive should quiet stat errors) --EXTENSIONS-- zip --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)