xref: /PHP-8.0/ext/phar/tests/withphar.phpt (revision a555cc0b)
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--EXPECT--
10in b
11<?php include "b/c.php";
12in d
13