📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-07-12 01:43:15
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php83-pecl-apcu_5.1.23-1.el8
/
tests
📍 /opt/alt/tests/alt-php83-pecl-apcu_5.1.23-1.el8/tests
🔄 Refresh
✏️
Editing: apc_store_string_reuse.phpt
Read Only
--TEST-- The same string is used as the cache key and an array key --INI-- apc.enabled=1 apc.enable_cli=1 apc.serializer=default --FILE-- <?php $key = 'key'; $a = [$key => null]; apcu_store($key, $a); ?> --EXPECT--
💾 Save Changes
❌ Cancel