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

1.1       misho       1: <?php
                      2: $p = new Phar(__FILE__);
                      3: var_dump(file_exists("phar://" . __FILE__ . "/test.txt"));
                      4: $p->delete("test.txt");
                      5: clearstatcache();
                      6: var_dump(file_exists("phar://" . __FILE__ . "/test.txt"));
                      7: echo "ok\n";
                      8: __HALT_COMPILER(); ?>
                      9: 6&&test.txtø¿òHzzoí¶&hi
                     10: ñgµ$Ïh±§âóUxBâ²GBMB

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