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_shallow_copy_check_early_binding.phpt |
--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--