📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 23:27:32
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php80-pecl-memcache_8.2-1.el8
/
tests
📍 /opt/alt/tests/alt-php80-pecl-memcache_8.2-1.el8/tests
🔄 Refresh
✏️
Editing: 013.phpt
Read Only
--TEST-- memcache->set() & memcache->get() with strange keys --SKIPIF-- <?php include 'connect.inc'; ?> --FILE-- <?php include 'connect.inc'; $var = 'test'; $key = "test\r\n\0 - really strange key"; $memcache->set($key, $var, false, 10); $result = $memcache->get($key); var_dump($result); ?> --EXPECT-- string(4) "test"
💾 Save Changes
❌ Cancel