summaryrefslogtreecommitdiff
path: root/ext/phar/tests/phar_oo_getcontentsgz.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Clean DONE tags from testsFabien Villepinte2019-11-071-2/+0
| | | | | | | Remove most of the `===DONE===` tags and its variations. Keep `===DONE===` if the test output otherwise becomes empty. Closes GH-4872.
* Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-151-4/+4
|
* Remove superfluous SKIPIF sections in more testsGabriel Caruso2018-02-041-3/+2
|
* combine PharFileInfo->setCompressedGZ/setCompressedBZIP2 into compress() ↵Greg Beaver2008-04-111-1/+1
| | | | | | | | with parameter Phar::GZ or Phar::BZ2 use ZEND_ACC_PUBLIC in PharFileInfo definitions, to be consistent [DOC]
* s/getContents/getContent/Greg Beaver2008-04-101-2/+2
|
* add PharFileInfo->getContents() to retrieve file contentsGreg Beaver2008-04-091-0/+34
[DOC]