Annotation of embedaddon/php/ext/phar/tests/zip/files/corrupt_count1.php.inc, revision 1.1

1.1     ! misho       1: <?php
        !             2: include dirname(__FILE__) . '/corrupt_zipmaker.php.inc';
        !             3: $a = new corrupt_zipmaker;
        !             4: $a->addFile('hi', null, 'hii');
        !             5: $a->addFile('hi2', null, 'hii2');
        !             6: $a->writeZip(dirname(__FILE__) . '/count1.zip', 'count1');
        !             7: $a->writeZip(dirname(__FILE__) . '/count2.zip', 'count2');
        !             8: $a->writeZip(dirname(__FILE__) . '/nozipend.zip', 'none');
        !             9: $a->writeZip(dirname(__FILE__) . '/filecomment.zip', 'comment');
        !            10: $a->writeZip(dirname(__FILE__) . '/cdir_offset.zip', 'cdir_offset');
        !            11: ?>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>