📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 16:39:23
📂
/
/
opt
/
alt
/
tests
/
alt-php85-pecl-apcu_5.1.24-2.el8
/
tests
✏️
Editing: apc_017.phpt
--TEST-- APC should not preserve the IAP --SKIPIF-- <?php require_once(dirname(__FILE__) . '/skipif.inc'); ?> --INI-- apc.enabled=1 apc.enable_cli=1 apc.serializer=default --FILE-- <?php $array = [1, 2, 3]; next($array); apcu_store("ary", $array); $array = apcu_fetch("ary"); var_dump(current($array)); ?> --EXPECT-- int(1)
💾 Save Changes
❌ Cancel