Searched refs:getCommandLine (Results 1 – 14 of 14) sorted by relevance
/plugin/jplayer/vendor/symfony/process/Tests/ |
H A D | ProcessBuilderTest.php | 82 $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 D | PhpProcessTest.php | 38 $commandLine = $process->getCommandLine(); 41 …$this->assertStringContainsString($commandLine, $process->getCommandLine(), '::getCommandLine() re… 44 …$this->assertStringContainsString($commandLine, $process->getCommandLine(), '::getCommandLine() re…
|
H A D | ProcessTest.php | 450 …ocess('echo "foo" >> /dev/null && '.$this->getProcessForCode('usleep(100000);')->getCommandLine()); 1459 $this->assertSame($expected, $p->getCommandLine());
|
/plugin/jplayer/vendor/symfony/process/Exception/ |
H A D | ProcessFailedException.php | 32 $process->getCommandLine(),
|
H A D | ProcessTimedOutException.php | 36 $process->getCommandLine(),
|
/plugin/combo/vendor/symfony/process/Exception/ |
H A D | ProcessFailedException.php | 32 $process->getCommandLine(),
|
H A D | ProcessTimedOutException.php | 36 $process->getCommandLine(),
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Exception/ |
H A D | FilterException.php | 28 $message = sprintf("An error occurred while running:\n%s", $proc->getCommandLine());
|
/plugin/jplayer/vendor/symfony/process/ |
H A D | PhpProcess.php | 69 if (null === $this->getCommandLine()) {
|
H A D | ProcessBuilder.php | 269 $process->setCommandLine($process->getCommandLine());
|
H A D | Process.php | 935 public function getCommandLine() function in Symfony\\Component\\Process\\Process
|
/plugin/combo/vendor/symfony/process/ |
H A D | PhpProcess.php | 66 if (null === $this->getCommandLine()) {
|
H A D | Process.php | 987 public function getCommandLine() function in Symfony\\Component\\Process\\Process
|
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/Service/ |
H A D | DriverService.php | 156 $process->getCommandLine(),
|