source:
trunk/tests/xcache_include_relative_file.phpt
@
864
| Last change on this file since 864 was 864, checked in by moo, 14 months ago | |
|---|---|
| File size: 219 bytes | |
| Rev | Line | |
|---|---|---|
| [864] | 1 | --TEST-- |
| 2 | include relative to current file | |
| 3 | --SKIPIF-- | |
| 4 | <?php | |
| 5 | require("include-skipif.php"); | |
| 6 | ?> | |
| 7 | --FILE-- | |
| 8 | <?php | |
| 9 | include "sub-a.php"; | |
| 10 | include "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.

