📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 10:54:39
📂
/
/
opt
/
alt
/
tests
/
alt-php82-pecl-memcache_8.2-1.el8
/
tests
✏️
Editing: pecl16536.phpt
--TEST-- PECL bug #16536 (Weight of 0 causes SegFault on memcache_add_server) --SKIPIF-- <?php include 'connect.inc'; ?> --FILE-- <?php include 'connect.inc'; $mmc = new Memcache; var_dump(@$mmc->addServer($host, $port, true, 0)); var_dump(@$mmc->set('TEST_KEY', 'test_value')); echo "Done\n"; ?> --EXPECTF-- bool(false) bool(false) Done
💾 Save Changes
❌ Cancel