📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 07:56:44
📂
/
/
opt
/
alt
/
tests
/
alt-php81-pecl-memcache_8.2-1.el8
/
tests
✏️
Editing: 008.phpt
--TEST-- memcache_delete() --SKIPIF-- <?php include 'connect.inc'; ?> --FILE-- <?php include 'connect.inc'; memcache_set($memcache, 'test', 'test'); memcache_delete($memcache, 'test', 10); /* the item should be still there */ memcache_delete($memcache, 'test'); echo "Done\n"; ?> --EXPECT-- Done
💾 Save Changes
❌ Cancel