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
7detect_unicode=0
8--SKIPIF--
9<?php if (!extension_loaded("phar")) die("skip"); ?>
10--FILE_EXTERNAL--
11files/write2.phar
12--EXPECT--
13string(2) "hi"
14bool(true)
15string(2) "hi"
16bool(true)
17bool(true)
18ok
19