Home
last modified time | relevance | path

Searched refs:findArguments (Results 1 – 2 of 2) sorted by relevance

/template/strap/vendor/symfony/process/
H A DPhpExecutableFinder.php55 $args = $this->findArguments();
94 public function findArguments() function in Symfony\\Component\\Process\\PhpExecutableFinder
H A DPhpProcess.php40 $php = false === $php ? null : array_merge([$php], $executableFinder->findArguments());