📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 09:05:31
📂
/
/
opt
/
alt
/
tests
/
alt-php83-pecl-psr_1.2.0-1.el8
/
tests
✏️
Editing: SampleStoppableEvent.inc
<?php use Psr\EventDispatcher\StoppableEventInterface; class SampleStoppableEvent implements StoppableEventInterface { public function isPropagationStopped(): bool { var_dump(__METHOD__); return true; } }
💾 Save Changes
❌ Cancel