source:
svn/trunk/tests/xcache_deep_copy_opcodes_for_const.phpt
Last change on this file was 1497, checked in by Xuefer, 4 years ago | |
---|---|
File size: 257 bytes |
Line | |
---|---|
1 | --TEST-- |
2 | xcache requires deep copying opcodes for __FILE__ and __DIR__ |
3 | --SKIPIF-- |
4 | <?php |
5 | require("include-skipif.inc"); |
6 | ?> |
7 | --INI-- |
8 | xcache.test = 1 |
9 | xcache.size = 32M |
10 | --FILE-- |
11 | <?php |
12 | echo __FILE__, PHP_EOL; |
13 | ?> |
14 | --EXPECTF-- |
15 | %sxcache_deep_copy_opcodes_for_const%s |
Note: See TracBrowser
for help on using the repository browser.