Home
last modified time | relevance | path

Searched refs:hasBeenSignaled (Results 1 – 3 of 3) sorted by relevance

/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php668 $this->assertFalse($process->hasBeenSignaled());
693 $this->assertTrue($process->hasBeenSignaled());
918 $this->assertTrue($process->hasBeenSignaled());
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php745 public function hasBeenSignaled() function in Symfony\\Component\\Process\\Process
/plugin/combo/vendor/symfony/process/
H A DProcess.php797 public function hasBeenSignaled() function in Symfony\\Component\\Process\\Process
807 * It is only meaningful if hasBeenSignaled() returns true.