root/trunk/tests/xcache_include_absolute.phpt @ 864

Revision 864, 230 bytes (checked in by moo, 14 months ago)

handle opened_path in 1 place

RevLine 
[864]1--TEST--
2include absolute path
3--SKIPIF--
4<?php
5require("include-skipif.php");
6?>
7--FILE--
8<?php
9include __DIR__ . "/sub-a.php";
10include __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 browser.