You are here

private property ExecutableFinder::$suffixes in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/process/ExecutableFinder.php \Symfony\Component\Process\ExecutableFinder::suffixes

File

vendor/symfony/process/ExecutableFinder.php, line 22

Class

ExecutableFinder
Generic executable finder.

Namespace

Symfony\Component\Process

Code

private $suffixes = array(
  '.exe',
  '.bat',
  '.cmd',
  '.com',
);