📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 23:48:06
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php84-pecl-memcache_8.2-1.el8
/
tests
📍 /opt/alt/tests/alt-php84-pecl-memcache_8.2-1.el8/tests
🔄 Refresh
✏️
Editing: 017.phpt
Read Only
--TEST-- Memcache class should be inheritable --SKIPIF-- <?php include 'connect.inc'; ?> --FILE-- <?php include 'connect.inc'; class test extends Memcache { function foo() { echo "foo\n"; } } $t = new test; $t->connect($host, $port); $t->foo(); var_dump($t); echo "Done\n"; ?> --EXPECTF-- foo object(test)%s%d) { ["connection"]=> resource(%d) of type (memcache connection) } Done
💾 Save Changes
❌ Cancel