XCache is a fast, stable PHP opcode cacher that has been proven and is now running on production servers under high load.
https://xcache.lighttpd.net/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
352 B
18 lines
352 B
--TEST-- |
|
xcache shallow copying precondition: early binding changes constant inside opcode for PHP5.2- |
|
--SKIPIF-- |
|
<?php |
|
require("include-skipif.inc"); |
|
if (version_compare(PHP_VERSION, "5.3", ">=")) { |
|
die("skip only needed for PHP 5.2 or less"); |
|
} |
|
?> |
|
--INI-- |
|
xcache.test = 1 |
|
xcache.size = 32M |
|
--FILE-- |
|
<?php |
|
class A extends Exception { |
|
} |
|
?> |
|
--EXPECT--
|
|
|