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

