1--TEST--
2Phar: copy-on-write test 2 [cache_list]
3--INI--
4default_charset=UTF-8
5phar.cache_list={PWD}/copyonwrite2.phar.php
6phar.readonly=0
7--SKIPIF--
8<?php if (!extension_loaded("phar")) die("skip"); ?>
9--FILE_EXTERNAL--
10files/write2.phar
11--EXPECT--
12string(2) "hi"
13bool(true)
14string(2) "hi"
15bool(true)
16bool(true)
17ok
18