PATH:
opt
/
alt
/
php55
/
usr
/
share
/
pear
/
test
/
Process
/
Symfony
/
Component
/
Process
/
Tests
<?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;
[-] NonStopableProcess.php
[edit]
[-] ProcessUtilsTest.php
[edit]
[-] AbstractProcessTest.php
[edit]
[-] PipeStdinInStdoutStdErrStreamSelect.php
[edit]
[-] PhpExecutableFinderTest.php
[edit]
[-] SigchildDisabledProcessTest.php
[edit]
[-] SignalListener.php
[edit]
[-] ProcessInSigchildEnvironment.php
[edit]
[-] ProcessFailedExceptionTest.php
[edit]
[-] SigchildEnabledProcessTest.php
[edit]
[-] PhpProcessTest.php
[edit]
[-] ProcessBuilderTest.php
[edit]
[+]
..
[-] SimpleProcessTest.php
[edit]