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