📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 17:36:51
📂
/
/
opt
/
alt
/
tests
/
alt-php84-pecl-apcu_5.1.24-1.el8
/
tests
✏️
Editing: apc_099.phpt
--TEST-- APCU: apcu_fetch segfault --SKIPIF-- <?php require_once(dirname(__FILE__) . '/skipif.inc'); ?> --INI-- apc.enabled=1 apc.enable_cli=1 --FILE-- <?php apcu_store('a', 'value'); var_export(apcu_delete(['a', 'b', 'c', 0])); --EXPECTF-- Warning: apcu_delete(): apc_delete() expects a string, array of strings, or APCIterator instance in %s on line 4 array ( 0 => 'b', 1 => 'c', 2 => 0, )
💾 Save Changes
❌ Cancel