Home
last modified time | relevance | path

Searched refs:getTermSignal (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/vendor/symfony/process/Exception/
H A DProcessSignaledException.php29 parent::__construct(sprintf('The process has been signaled with signal "%s".', $process->getTermSignal()));
39 return $this->getProcess()->getTermSignal();
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php680 $this->assertEquals(0, $process->getTermSignal());
694 $this->assertEquals(15, $process->getTermSignal()); // SIGTERM
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php766 public function getTermSignal() function in Symfony\\Component\\Process\\Process
/plugin/combo/vendor/symfony/process/
H A DProcess.php814 public function getTermSignal() function in Symfony\\Component\\Process\\Process