📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 06:53:02
📂
/
/
opt
/
alt
/
tests
/
alt-php84-pecl-memcache_8.2-1.el8
/
tests
✏️
Editing: 028.phpt
--TEST-- memcache->addServer() and memcache->close() --SKIPIF-- <?php include 'connect.inc'; ?> --FILE-- <?php // Test for bug #6595 include 'connect.inc'; $memcache2 = new Memcache(); $result1 = $memcache2->addServer($host, $port, true, 50); $result2 = $memcache2->close(); var_dump($result1); var_dump($result2); ?> --EXPECTF-- bool(true) bool(true)
💾 Save Changes
❌ Cancel