📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 10:36:40
📂
/
/
opt
/
alt
/
tests
/
alt-php80-pecl-psr_1.2.0-1.el8
/
tests
✏️
Editing: PsrLogAbstractLogger_construct.phpt
--TEST-- Psr\Log\AbstractLogger --SKIPIF-- <?php include('skip.inc'); ?> --FILE-- <?php use Psr\Log\AbstractLogger; try { new AbstractLogger(); } catch( \EngineException $e ) { echo $e->getMessage(); } catch( \Throwable $e ) { echo $e->getMessage(); } --EXPECTF-- %SCannot instantiate abstract class PsrExt\Log\AbstractLogger%S
💾 Save Changes
❌ Cancel