Searched refs:getErrorOutput (Results 1 – 8 of 8) sorted by relevance
41 $process->getErrorOutput()
30 $errorOutput = $proc->getErrorOutput();
200 $this->assertEquals($expectedLength, \strlen($p->getErrorOutput()));222 $this->assertEquals($expectedLength, \strlen($p->getErrorOutput()));352 $this->assertEquals(3, preg_match_all('/ERROR/', $p->getErrorOutput(), $matches));361 $this->assertEmpty($p->getErrorOutput());1375 $this->assertSame('123', $p1->getErrorOutput());1377 $this->assertSame('', $p2->getErrorOutput());1390 $this->assertSame('', $process->getErrorOutput());
157 $process->getErrorOutput()
275 $errorOutput = trim($process->getErrorOutput());
636 public function getErrorOutput() function in Symfony\\Component\\Process\\Process
235 * via the getOutput() and getErrorOutput() methods.695 public function getErrorOutput() function in Symfony\\Component\\Process\\Process 709 * In comparison with the getErrorOutput method which always return the