📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-07-01 10:04:22
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php85-pecl-memcached_3.2.0-3.el8
/
tests
📍 /opt/alt/tests/alt-php85-pecl-memcached_3.2.0-3.el8/tests
🔄 Refresh
✏️
Editing: session_badconf_prefix.phpt
Read Only
--TEST-- Session bad configurations, prefix --SKIPIF-- <?php include dirname(__FILE__) . "/skipif.inc"; if (!Memcached::HAVE_SESSION) print "skip"; ?> --INI-- session.save_handler = memcached --FILE-- <?php include dirname (__FILE__) . '/config.inc'; ini_set ('session.save_path', MEMC_SERVER_HOST . ':' . MEMC_SERVER_PORT); ini_set('memcached.sess_prefix', ' sdj jkhasd '); ini_set('memcached.sess_prefix', str_repeat('a', 512)); echo "OK"; --EXPECTF-- Warning: ini_set(): memcached.sess_prefix cannot contain whitespace or control characters in %s on line %d Warning: ini_set(): memcached.sess_prefix too long (max: %d) in %s on line %d OK
💾 Save Changes
❌ Cancel