diff options
Diffstat (limited to 'ext/phar/tests/cache_list/copyonwrite23.phar.phpt')
| -rw-r--r-- | ext/phar/tests/cache_list/copyonwrite23.phar.phpt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ext/phar/tests/cache_list/copyonwrite23.phar.phpt b/ext/phar/tests/cache_list/copyonwrite23.phar.phpt new file mode 100644 index 0000000..292e5af --- /dev/null +++ b/ext/phar/tests/cache_list/copyonwrite23.phar.phpt @@ -0,0 +1,17 @@ +--TEST-- +Phar: copy-on-write test 23 [cache_list] +--INI-- +default_charset=UTF-8 +phar.cache_list={PWD}/copyonwrite23.phar.php +phar.readonly=0 +--SKIPIF-- +<?php if (!extension_loaded("phar")) die("skip"); ?> +<?php if (!extension_loaded("zlib")) die("skip no zlib extension"); ?> +--FILE_EXTERNAL-- +files/write23.phar +--EXPECTF-- +bool(true) +bool(false) +bool(false) +bool(true) +ok
\ No newline at end of file |
