📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 09:04:40
📂
/
/
opt
/
alt
/
tests
/
alt-php83-pecl-psr_1.2.0-1.el8
/
tests
✏️
Editing: PsrContainerContainerInterface.phpt
--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