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_deep_copy_arg_info.phpt |
--TEST-- xcache requires deep copying arg info --SKIPIF-- <?php require("include-skipif.inc"); ?> --INI-- xcache.readonly_protection=0 xcache.test = 1 xcache.size = 32M --FILE-- <?php function a($a = 1) { echo $a; } a(); a(2); echo PHP_EOL; ?> --EXPECT-- 12