Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 14891b2

Browse files
committed
Print the non stoppable arguments
1 parent 30ffca9 commit 14891b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Process/Tests/NonStopableProcess.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ function handleSignal($signal)
3737
pcntl_signal(SIGINT, 'handleSignal');
3838

3939
echo 'received ';
40+
var_dump('args', $argv);
4041

4142
$duration = isset($argv[1]) ? (int) $argv[1] : 3;
4243
$start = microtime(true);

0 commit comments

Comments
 (0)