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