<?php sleep(int $seconds): int
<?php protected function runServer($server, $inspector, $type) { while (! $server->isStarted()) { sleep(1); } $this->writeServerRunningMessage();
<?php $this->extension->dispatchProcessSignal($processId, SIGTERM); sleep(1); } while (time() < $start + $wait); }