📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 12:00:21
📂
/
/
opt
/
alt
/
tests
/
alt-php85-pecl-psr_1.2.0-1.el8
/
tests
✏️
Editing: PsrLinkEvolvableLinkProviderInterface.phpt
--TEST-- Psr\Link\EvolvableLinkProviderInterface --SKIPIF-- <?php include('skip.inc'); ?> --FILE-- <?php use Psr\Link\LinkInterface; use Psr\Link\LinkProviderInterface; use Psr\Link\EvolvableLinkProviderInterface; class MyImpl implements EvolvableLinkProviderInterface { public function getLinks() {} public function getLinksByRel($rel) {} public function withLink(LinkInterface $link) {} public function withoutLink(LinkInterface $link) {} } $ex = new MyImpl(); var_dump($ex instanceof LinkProviderInterface); var_dump($ex instanceof EvolvableLinkProviderInterface); --EXPECT-- bool(true) bool(true)
💾 Save Changes
❌ Cancel