mirror of
https://github.com/php/php-src.git
synced 2025-01-09 12:34:14 +08:00
15 lines
305 B
PHP
15 lines
305 B
PHP
--TEST--
|
|
Phar: phar run without pecl/phar with default stub
|
|
--SKIPIF--
|
|
<?php if (extension_loaded("phar")) die("skip Phar extension must be disabled for this test"); ?>
|
|
--FILE--
|
|
<?php
|
|
include dirname(__FILE__) . '/files/nophar.phar';
|
|
?>
|
|
===DONE===
|
|
--EXPECT--
|
|
in b
|
|
<?php include "b/c.php";
|
|
in d
|
|
===DONE===
|