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