📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 08:19:31
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php84-pecl-psr_1.2.0-1.el8
/
tests
📍 /opt/alt/tests/alt-php84-pecl-psr_1.2.0-1.el8/tests
🔄 Refresh
✏️
Editing: PsrContainerContainerInterface.phpt
Read Only
--TEST-- Psr\Container\ContainerInterface --SKIPIF-- <?php include('skip.inc'); ?> --FILE-- <?php use Psr\Container\ContainerInterface; class MyImpl implements ContainerInterface { public function get(string $id) {} public function has(string $id) {} } $ex = new MyImpl(); var_dump($ex instanceof ContainerInterface); --EXPECT-- bool(true)
💾 Save Changes
❌ Cancel