--TEST-- Bug #53885 (ZipArchive segfault with FL_UNCHANGED on empty archive) --EXTENSIONS-- zip --FILE-- open($fname); $nx->locateName("a",ZIPARCHIVE::FL_UNCHANGED); $nx->statName("a",ZIPARCHIVE::FL_UNCHANGED); ?> ==DONE== --CLEAN-- --EXPECTF-- Deprecated: ZipArchive::open(): Using empty file as ZipArchive is deprecated in %s ==DONE==