--TEST-- swoole_process: kill --SKIPIF-- --INI-- assert.active=1 assert.warning=1 assert.bail=0 assert.quiet_eval=0 --FILE-- start(); swoole_process::kill($pid, SIGKILL); $i = \swoole_process::wait(true); assert($i["signal"] === SIGKILL); echo "SUCCESS"; ?> --EXPECT-- SUCCESS