📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 20:01:58
📂
/ (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: PsrLinkLinkInterface.phpt
Read Only
--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