Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/symfony/process/
H A DProcess.php37 const STATUS_TERMINATED = 'terminated'; define in Symfony\\Component\\Process\\Process
844 return self::STATUS_TERMINATED == $this->status;
1533 $this->status = self::STATUS_TERMINATED;
/plugin/combo/vendor/symfony/process/
H A DProcess.php40 public const STATUS_TERMINATED = 'terminated'; define in Symfony\\Component\\Process\\Process
892 return self::STATUS_TERMINATED == $this->status;
1449 $this->status = self::STATUS_TERMINATED;
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php456 $this->assertSame(Process::STATUS_TERMINATED, $process->getStatus());
504 $this->assertSame(Process::STATUS_TERMINATED, $process->getStatus());
615 $this->assertSame(Process::STATUS_TERMINATED, $process->getStatus());