Searched refs:escapeArgument (Results 1 – 4 of 4) sorted by relevance
27 $this->assertSame($result, ProcessUtils::escapeArgument($argument));
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