📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 18:30:20
📂
/
/
opt
/
alt
/
tests
/
alt-php85-pecl-apcu_5.1.24-2.el8
/
tests
✏️
Editing: apc_024.phpt
--TEST-- Using empty string as key --SKIPIF-- <?php require_once(dirname(__FILE__) . '/skipif.inc'); ?> --INI-- apc.enabled=1 apc.enable_cli=1 --FILE-- <?php var_dump(apcu_store("", 123)); var_dump(apcu_exists("")); var_dump(apcu_fetch("")); var_dump(apcu_delete("")); ?> --EXPECT-- bool(true) bool(true) int(123) bool(true)
💾 Save Changes
❌ Cancel