📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 16:29:43
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php83-pecl-psr_1.2.0-1.el8
/
tests
📍 /opt/alt/tests/alt-php83-pecl-psr_1.2.0-1.el8/tests
🔄 Refresh
✏️
Editing: PsrSimpleCacheInvalidArgumentException.phpt
Read Only
--TEST-- Psr\SimpleCache\InvalidArgumentException --SKIPIF-- <?php include('skip.inc'); ?> --FILE-- <?php use Psr\SimpleCache\InvalidArgumentException; class MyException extends Exception implements InvalidArgumentException {} $ex = new MyException('test'); var_dump($ex instanceof InvalidArgumentException); var_dump($ex instanceof Exception); try { throw $ex; } catch( InvalidArgumentException $e ) { var_dump($e->getMessage()); } --EXPECT-- bool(true) bool(true) string(4) "test"
💾 Save Changes
❌ Cancel