Home
last modified time | relevance | path

Searched refs:getCommandLine (Results 1 – 14 of 14) sorted by relevance

/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessBuilderTest.php82 $this->assertStringContainsString('second', $proc->getCommandLine());
92 $this->assertEquals('"/usr/bin/php" -v', $proc->getCommandLine());
94 $this->assertEquals("'/usr/bin/php' '-v'", $proc->getCommandLine());
99 $this->assertEquals('"/usr/bin/php" -i', $proc->getCommandLine());
101 $this->assertEquals("'/usr/bin/php' '-i'", $proc->getCommandLine());
144 $this->assertSame('""^%"prefix"^%"" arg', $proc->getCommandLine());
146 $this->assertSame("'%prefix%' 'arg'", $proc->getCommandLine());
163 $this->assertEquals('"/usr/bin/php"', $process->getCommandLine());
165 $this->assertEquals("'/usr/bin/php'", $process->getCommandLine());
175 $this->assertEquals('"/usr/bin/php"', $process->getCommandLine());
[all …]
H A DPhpProcessTest.php38 $commandLine = $process->getCommandLine();
41 …$this->assertStringContainsString($commandLine, $process->getCommandLine(), '::getCommandLine() re…
44 …$this->assertStringContainsString($commandLine, $process->getCommandLine(), '::getCommandLine() re…
H A DProcessTest.php450 …ocess('echo "foo" >> /dev/null && '.$this->getProcessForCode('usleep(100000);')->getCommandLine());
1459 $this->assertSame($expected, $p->getCommandLine());
/plugin/jplayer/vendor/symfony/process/Exception/
H A DProcessFailedException.php32 $process->getCommandLine(),
H A DProcessTimedOutException.php36 $process->getCommandLine(),
/plugin/combo/vendor/symfony/process/Exception/
H A DProcessFailedException.php32 $process->getCommandLine(),
H A DProcessTimedOutException.php36 $process->getCommandLine(),
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Exception/
H A DFilterException.php28 $message = sprintf("An error occurred while running:\n%s", $proc->getCommandLine());
/plugin/jplayer/vendor/symfony/process/
H A DPhpProcess.php69 if (null === $this->getCommandLine()) {
H A DProcessBuilder.php269 $process->setCommandLine($process->getCommandLine());
H A DProcess.php935 public function getCommandLine() function in Symfony\\Component\\Process\\Process
/plugin/combo/vendor/symfony/process/
H A DPhpProcess.php66 if (null === $this->getCommandLine()) {
H A DProcess.php987 public function getCommandLine() function in Symfony\\Component\\Process\\Process
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/Service/
H A DDriverService.php156 $process->getCommandLine(),