🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-09 22:17:00 | PHP 8.2.33
📂
/ (Root)
/
opt
/
alt
/
php55
/
usr
/
share
/
pear
/
test
/
Process
/
Symfony
/
Component
/
Process
/
Tests
📍 /opt/alt/php55/usr/share/pear/test/Process/Symfony/Component/Process/Tests
🔄 Refresh
✏️
Editing: SignalListener.php
Read Only
<?php // required for signal handling declare(ticks = 1); pcntl_signal(SIGUSR1, function () {echo "Caught SIGUSR1"; exit;}); $n=0; // ticks require activity to work - sleep(4); does not work while ($n < 400) { usleep(10000); $n++; } return;
💾 Save Changes
❌ Cancel