ExecutableFinder::CMD_BUILTINS
File
-
vendor/
symfony/ process/ ExecutableFinder.php, line 22
Class
- ExecutableFinder
- Generic executable finder.
Namespace
Symfony\Component\ProcessCode
private const CMD_BUILTINS = [
'assoc',
'break',
'call',
'cd',
'chdir',
'cls',
'color',
'copy',
'date',
'del',
'dir',
'echo',
'endlocal',
'erase',
'exit',
'for',
'ftype',
'goto',
'help',
'if',
'label',
'md',
'mkdir',
'mklink',
'move',
'path',
'pause',
'popd',
'prompt',
'pushd',
'rd',
'rem',
'ren',
'rename',
'rmdir',
'set',
'setlocal',
'shift',
'start',
'time',
'title',
'type',
'ver',
'vol',
];