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