📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 13:14:49
📂
/
/
opt
/
alt
/
tests
/
alt-php84-pecl-memcache_8.2-1.el8
/
tests
✏️
Editing: pecl17566.phpt
--TEST-- PECL bug #17566 (3.0.4 cache delete bug) --SKIPIF-- <?php include 'connect.inc'; ?> --FILE-- <?php include 'connect.inc'; $m1 = new Memcache; $m1->connect($host, $port); $m1->set("test", "123"); $m1->delete("test"); $m2 = new Memcache; $m2->connect($host, $port); var_dump($m2->get("test")); echo "Done\n"; ?> --EXPECTF-- bool(false) Done
💾 Save Changes
❌ Cancel