system: Linux mars.sprixweb.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
Direktori : /usr/local/src/xcache-3.2.0/tests/ |
Current File : //usr/local/src/xcache-3.2.0/tests/xcache_include_relative_cwd.phpt |
--TEST-- include relative to current working dir --SKIPIF-- <?php require("include-skipif.inc"); ?> --INI-- xcache.test = 1 xcache.size = 32M --FILE-- <?php chdir(__DIR__); include "./sub-a.inc"; include "./sub-b.inc"; ?> --EXPECTF-- %stests %stests%ssub-a.inc %stests %stests%ssub-b.inc