mirror of
https://github.com/php/php-src.git
synced 2026-04-26 01:18:19 +02:00
7485978339
This is an automated migration of most SKIPIF extension_loaded checks.
18 lines
272 B
PHP
18 lines
272 B
PHP
--TEST--
|
|
Phar: copy-on-write test 2 [cache_list]
|
|
--INI--
|
|
default_charset=UTF-8
|
|
phar.cache_list={PWD}/copyonwrite2.phar.php
|
|
phar.readonly=0
|
|
--EXTENSIONS--
|
|
phar
|
|
--FILE_EXTERNAL--
|
|
files/write2.phar
|
|
--EXPECT--
|
|
string(2) "hi"
|
|
bool(true)
|
|
string(2) "hi"
|
|
bool(true)
|
|
bool(true)
|
|
ok
|