📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 19:12:23
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php85-pecl-memcache_8.2-2.el8
/
tests
📍 /opt/alt/tests/alt-php85-pecl-memcache_8.2-2.el8/tests
🔄 Refresh
✏️
Editing: 015.phpt
Read Only
--TEST-- memcache->getVersion() & memcache->getStats() --SKIPIF-- <?php include 'connect.inc'; ?> --FILE-- <?php include 'connect.inc'; $version = $memcache->getVersion(); var_dump($version); $stats = $memcache->getStats(); if (ini_get('memcache.protocol') == 'binary') { var_dump($stats === false); var_dump(1); } else { var_dump(count($stats) > 10); var_dump(count($stats)); } ?> --EXPECTF-- string(%d) "%s" bool(true) int(%d)
💾 Save Changes
❌ Cancel