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