xref: /php-src/ext/phar/tests/withphar.phpt (revision 74859783)
1--TEST--
2Phar: phar run with ext/phar with default stub
3--EXTENSIONS--
4phar
5--FILE--
6<?php
7include __DIR__ . '/files/nophar.phar';
8?>
9--EXPECT--
10in b
11<?php include "b/c.php";
12in d
13