Annotation of embedaddon/php/ext/phar/tests/cache_list/copyonwrite12.phar.phpt, revision 1.1.1.1

1.1       misho       1: --TEST--
                      2: Phar: copy-on-write test 12 [cache_list]
                      3: --INI--
                      4: default_charset=UTF-8
                      5: phar.cache_list={PWD}/copyonwrite12.phar.php
                      6: phar.readonly=0
                      7: --SKIPIF--
                      8: <?php if (!extension_loaded("phar")) die("skip"); ?>
                      9: --FILE_EXTERNAL--
                     10: files/write12.phar
                     11: --EXPECTF--
                     12: array(2) {
                     13:   ["hash"]=>
                     14:   string(40) "0163F471460EA74F7636268D28289BF5A1E8BD72"
                     15:   ["hash_type"]=>
                     16:   string(5) "SHA-1"
                     17: }
                     18: array(2) {
                     19:   ["hash"]=>
                     20:   string(32) "%s"
                     21:   ["hash_type"]=>
                     22:   string(3) "MD5"
                     23: }
                     24: ok

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