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
7--SKIPIF--
8<?php if (!extension_loaded("phar")) die("skip"); ?>
9--FILE_EXTERNAL--
10files/write8.phar
11--EXPECTF--
12string(%s) "%scopyonwrite8.phar.php"
13hi
14ok