📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 11:11:47
📂
/
/
opt
/
alt
/
tests
/
alt-php81-pecl-psr_1.2.0-1.el8
/
tests
✏️
Editing: PsrLinkLinkInterface.phpt
--TEST-- Psr\Link\LinkInterface --SKIPIF-- <?php include('skip.inc'); ?> --FILE-- <?php use Psr\Link\LinkInterface; class MyImpl implements LinkInterface { public function getHref() {} public function isTemplated() {} public function getRels() {} public function getAttributes() {} } $ex = new MyImpl(); var_dump($ex instanceof LinkInterface); --EXPECT-- bool(true)
💾 Save Changes
❌ Cancel