Annotation of embedaddon/php/ext/phar/tests/cache_list/files/write.phar, revision 1.1.1.1

1.1       misho       1: <?php
                      2: $phar = new Phar(__FILE__);
                      3: echo $phar["test.txt"]->getContent();
                      4: $phar["test.txt"] = "changed
                      5: ";
                      6: echo $phar["test.txt"]->getContent();
                      7: echo "ok\n";
                      8: __HALT_COMPILER(); ?>
                      9: H&&     s:2:"hi";test.txtažñHzzoí¶&    s:2:"hi";hi
                     10: Ê©é#œAð<4y%ÏLGËGBMB

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