📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 08:49:01
📂
/
/
opt
/
alt
/
tests
/
alt-php84-pecl-memcache_8.2-1.el8
/
tests
✏️
Editing: 013.phpt
--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