php-src/ext/phar/tests/tar
2008-07-09 09:01:08 +00:00
..
files - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
033.phpt add addFile/addFromString/addEmptyDir. API is identical to ext/zip 2008-04-09 19:23:31 +00:00
033a.phpt add addFile/addFromString/addEmptyDir. API is identical to ext/zip 2008-04-09 19:23:31 +00:00
alias_acrobatics.phpt fix weird alias issues, add tests to check for new-found problems 2008-05-12 20:42:07 +00:00
all.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
badalias.phpt add checking for invalid alias on opening tar, and test 2008-04-26 22:31:44 +00:00
badchecksum.phpt new test for bad checksum, fix tar.c to catch tar archives with a corrupted first entry, fix memleak on bad checksum 2008-04-20 17:28:54 +00:00
bignames.phpt add test for huge filenames, fix huge filename reading 2008-04-21 06:33:49 +00:00
create_new_and_modify.phpt refactor isTar/isZip/isPhar into isFileFormat(int format) where format is one of Phar::TAR,, Phar::ZIP, Phar::PHAR 2008-05-02 05:05:56 +00:00
create_new_phar_b.phpt make tests php version-agnostic with regards to stream errors 2008-04-13 21:31:46 +00:00
delete_in_phar_b.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
delete_in_phar_confirm.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
delete_in_phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
delete.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
dir.phpt MFB: plug security hole of unfettered creation access to .phar magic directory 2008-05-15 16:09:21 +00:00
exists_as_phar.phpt fix alias overloading handling for archives that are not in use 2008-05-06 21:14:53 +00:00
frontcontroller1.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller2.phar.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
frontcontroller3.phar.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
frontcontroller4.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller5.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller6.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller7.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller8.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller9.phar.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
frontcontroller10.phar.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
frontcontroller11.phar.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
frontcontroller12.phar.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
frontcontroller13.phar.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
frontcontroller14.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller15.phar.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
frontcontroller16.phar.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
frontcontroller17.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller18.phar.phpt fix build if SPL is disabled 2008-04-12 21:43:39 +00:00
frontcontroller19.phar.phpt fix build if SPL is disabled 2008-04-12 21:43:39 +00:00
frontcontroller20.phar.phpt fix build if SPL is disabled 2008-04-12 21:43:39 +00:00
frontcontroller21.phar.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
links2.phpt new test for corrupted tar with hard link to nowhere 2008-04-21 06:21:09 +00:00
links3.phpt increase code coverage and fix tiny bug in handling of absolute links 2008-05-11 22:59:16 +00:00
links4.phpt simplify phar_get_link_location and increase its coverage to 100% 2008-05-11 23:03:56 +00:00
links5.phpt increase code coverage 2008-05-11 23:07:12 +00:00
links.phpt increase code coverage 2008-05-12 00:45:05 +00:00
open_for_write_existing_b.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
open_for_write_existing_c.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
open_for_write_existing.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
open_for_write_newfile_b.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
open_for_write_newfile_c.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
open_for_write_newfile.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
phar_begin_setstub_commit.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
phar_buildfromiterator4.phpt refactor isTar/isZip/isPhar into isFileFormat(int format) where format is one of Phar::TAR,, Phar::ZIP, Phar::PHAR 2008-05-02 05:05:56 +00:00
phar_buildfromiterator5.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
phar_buildfromiterator6.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
phar_buildfromiterator7.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
phar_buildfromiterator8.phpt refactor isTar/isZip/isPhar into isFileFormat(int format) where format is one of Phar::TAR,, Phar::ZIP, Phar::PHAR 2008-05-02 05:05:56 +00:00
phar_buildfromiterator9.phpt complete set of new tests for zip-based phars (need to test compression for zip-based phars) 2008-01-08 07:08:46 +00:00
phar_commitwrite.phpt refactor isTar/isZip/isPhar into isFileFormat(int format) where format is one of Phar::TAR,, Phar::ZIP, Phar::PHAR 2008-05-02 05:05:56 +00:00
phar_convert_phar2.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
phar_convert_phar3.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
phar_convert_phar.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
phar_copy.phpt refactor isTar/isZip/isPhar into isFileFormat(int format) where format is one of Phar::TAR,, Phar::ZIP, Phar::PHAR 2008-05-02 05:05:56 +00:00
phar_magic.phpt refactor isTar/isZip/isPhar into isFileFormat(int format) where format is one of Phar::TAR,, Phar::ZIP, Phar::PHAR 2008-05-02 05:05:56 +00:00
phar_setalias2.phpt fix alias overloading handling for archives that are not in use 2008-05-06 21:14:53 +00:00
phar_setalias.phpt increase code coverage 2008-04-26 17:34:14 +00:00
phar_setdefaultstub.phpt fix test, missing phar.readonly=0 --INI-- section 2008-02-23 18:08:54 +00:00
phar_stub_error.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
phar_stub.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
refcount1_5_2.phpt Updating tests. 100% pass rate here now - not sure about the rest of the world just yet (sorry Marcus). 2008-02-24 19:34:05 +00:00
refcount1.phpt MFB: Fix filename/pathname/getpathinfo tests according to SPL fix 2008-07-09 09:01:08 +00:00
rename.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
tar_001.phpt fix tests to match CVS 2008-04-20 17:19:24 +00:00
tar_002.phpt fix tests to match CVS 2008-04-20 17:19:24 +00:00
tar_003.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
tar_004.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
tar_bz2.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
tar_gzip.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
tar_makebz2.phpt refactor isTar/isZip/isPhar into isFileFormat(int format) where format is one of Phar::TAR,, Phar::ZIP, Phar::PHAR 2008-05-02 05:05:56 +00:00
tar_makegz.phpt refactor isTar/isZip/isPhar into isFileFormat(int format) where format is one of Phar::TAR,, Phar::ZIP, Phar::PHAR 2008-05-02 05:05:56 +00:00
tar_nostub.phpt update tests to ensure all temp files are erased, and to current error messages 2008-04-14 15:58:12 +00:00
truncated.phpt add failing test for truncated tar archive 2008-04-20 15:12:09 +00:00