Changeset 1000 for trunk/tests/xcache_include_absolute.phpt
- Timestamp:
- 2012-07-19T06:09:20+02:00 (11 months ago)
- File:
-
- 1 edited
-
trunk/tests/xcache_include_absolute.phpt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/xcache_include_absolute.phpt
r864 r1000 3 3 --SKIPIF-- 4 4 <?php 5 require("include-skipif. php");5 require("include-skipif.inc"); 6 6 ?> 7 7 --FILE-- 8 8 <?php 9 include __DIR__ . "/sub-a. php";10 include __DIR__ . "/sub-b. php";9 include __DIR__ . "/sub-a.inc"; 10 include __DIR__ . "/sub-b.inc"; 11 11 ?> 12 12 --EXPECTF-- 13 13 %stests 14 %stests%ssub-a. php14 %stests%ssub-a.inc 15 15 %stests 16 %stests%ssub-b. php16 %stests%ssub-b.inc
Note: See TracChangeset
for help on using the changeset viewer.

