xref: /PHP-7.4/ext/phar/tests/withphar.phpt (revision 26dfce7f)
1--TEST--
2Phar: phar run with ext/phar with default stub
3--SKIPIF--
4<?php if (!extension_loaded("phar")) die("skip"); ?>
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