📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 08:21:25
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php80-pecl-psr_1.2.0-1.el8
/
tests
📍 /opt/alt/tests/alt-php80-pecl-psr_1.2.0-1.el8/tests
🔄 Refresh
✏️
Editing: SampleStoppableEvent.inc
Read Only
<?php use Psr\EventDispatcher\StoppableEventInterface; class SampleStoppableEvent implements StoppableEventInterface { public function isPropagationStopped(): bool { var_dump(__METHOD__); return true; } }
💾 Save Changes
❌ Cancel