summaryrefslogtreecommitdiff
path: root/ext/phar/tests/cache_list/copyonwrite19.phar.phpt
blob: 38f9a74dc0064a7b262291c52d2875e1fd6a3c37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
Phar: copy-on-write test 19 [cache_list]
--INI--
default_charset=UTF-8
phar.cache_list={PWD}/copyonwrite19.phar.php
phar.readonly=0
--SKIPIF--
<?php if (!extension_loaded("phar")) die("skip"); ?>
--FILE_EXTERNAL--
files/write19.phar
--EXPECTF--
string(2) "hi"
%string|unicode%(3) "hi2"
ok