source:
trunk/tests/xcache_include_absolute.phpt
@
864
| Last change on this file since 864 was 864, checked in by moo, 14 months ago | |
|---|---|
| File size: 230 bytes | |
| Line | |
|---|---|
| 1 | --TEST-- |
| 2 | include absolute path |
| 3 | --SKIPIF-- |
| 4 | <?php |
| 5 | require("include-skipif.php"); |
| 6 | ?> |
| 7 | --FILE-- |
| 8 | <?php |
| 9 | include __DIR__ . "/sub-a.php"; |
| 10 | include __DIR__ . "/sub-b.php"; |
| 11 | ?> |
| 12 | --EXPECTF-- |
| 13 | %stests |
| 14 | %stests%ssub-a.php |
| 15 | %stests |
| 16 | %stests%ssub-b.php |
Note: See TracBrowser
for help on using the repository browser.

