xref: /PHP-7.4/ext/phar/tests/nophar.phpt (revision 26dfce7f)
1--TEST--
2Phar: phar run without ext/phar with default stub
3--SKIPIF--
4<?php if (extension_loaded("phar")) die("skip Phar extension must be disabled for this test"); ?>
5--FILE--
6<?php
7include __DIR__ . '/files/nophar.phar';
8?>
9===DONE===
10--EXPECT--
11in b
12<?php include "b/c.php";
13in d
14===DONE===
15