Searched refs:escapeArgument (Results 1 – 6 of 6) sorted by relevance
15 * deprecated the `ProcessUtils::escapeArgument()` method38 * added ProcessUtils::escapeArgument() to fix the bug in escapeshellarg() function on Windows
41 public static function escapeArgument($argument) function in Symfony\\Component\\Process\\ProcessUtils
1709 private function escapeArgument($argument) function in Symfony\\Component\\Process\\Process
27 $this->assertSame($result, ProcessUtils::escapeArgument($argument));
54 * the `ProcessUtils::escapeArgument()` method has been removed74 * deprecated the `ProcessUtils::escapeArgument()` method97 * added ProcessUtils::escapeArgument() to fix the bug in escapeshellarg() function on Windows
1629 private function escapeArgument(?string $argument): string function in Symfony\\Component\\Process\\Process1655 return $this->escapeArgument($env[$matches[1]]);