Home
last modified time | relevance | path

Searched refs:getExitCodeText (Results 1 – 7 of 7) sorted by relevance

/plugin/jplayer/vendor/symfony/process/Exception/
H A DProcessFailedException.php34 $process->getExitCodeText(),
/plugin/combo/vendor/symfony/process/Exception/
H A DProcessFailedException.php34 $process->getExitCodeText(),
/plugin/jplayer/vendor/symfony/process/
H A DCHANGELOG.md55 * added Process::getExitCodeText() that returns a string representation for
H A DProcess.php716 public function getExitCodeText() function in Symfony\\Component\\Process\\Process
/plugin/combo/vendor/symfony/process/
H A DCHANGELOG.md114 * added Process::getExitCodeText() that returns a string representation for
H A DProcess.php769 public function getExitCodeText() function in Symfony\\Component\\Process\\Process
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php491 $this->assertNull($process->getExitCodeText());
545 $this->assertEquals('Misuse of shell builtins', $process->getExitCodeText());