Last active
November 20, 2023 21:27
-
-
Save kocsismate/70314bf3e0ab457ef325de35ed70a98d to your computer and use it in GitHub Desktop.
proc_open() result
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Targets | |
Occurrences of 'proc_open(' in Directory ./sources with mask '*.php' | |
popular-package-analysis (36 usages found) | |
sources/amphp/process/src/Internal/Posix (1 usage found) | |
PosixRunner.php (1 usage found) | |
60 $proc = \proc_open( | |
sources/amphp/process/src/Internal/Windows (1 usage found) | |
WindowsRunner.php (1 usage found) | |
64 $proc = \proc_open( | |
sources/azjezz/psl/src/Psl/Shell (1 usage found) | |
execute.php (1 usage found) | |
146 $process = proc_open($commandline, $descriptor, $pipes, $working_directory, $environment, $options); | |
sources/cakephp/bake/src/Utility (1 usage found) | |
Process.php (1 usage found) | |
59 $process = proc_open( | |
sources/composer/xdebug-handler/src (1 usage found) | |
XdebugHandler.php (1 usage found) | |
298 $process = proc_open($cmd, [], $pipes); | |
sources/consolidation/site-process/src/Util (1 usage found) | |
Tty.php (1 usage found) | |
25 return (bool) @proc_open('echo 1 >/dev/null', array(array('file', '/dev/tty', 'r'), array('file', '/dev/tty', 'w'), array('file', '/dev/tty', 'w')), $pipes); | |
sources/easyrdf/easyrdf/lib (1 usage found) | |
Utils.php (1 usage found) | |
269 $process = proc_open($fullCommand, $descriptorspec, $pipes, $dir); | |
sources/fidry/cpu-core-counter/src/Executor (1 usage found) | |
ProcOpenExecutor.php (1 usage found) | |
33 $process = @proc_open( | |
sources/hoa/console/Source (1 usage found) | |
Processus.php (1 usage found) | |
302 $out = @proc_open( | |
sources/latte/latte/src/Tools (1 usage found) | |
Linter.php (1 usage found) | |
124 $process = proc_open( | |
sources/liuggio/fastest/tests/Queue (1 usage found) | |
CreateTestsQueueFromSTDINTest.php (1 usage found) | |
62 $process = proc_open($command, $descriptors, $pipes); | |
sources/mikehaertl/php-shellcommand/src (1 usage found) | |
Command.php (1 usage found) | |
424 $process = proc_open($command, $descriptors, $pipes, $this->procCwd, $this->procEnv, $this->procOptions); | |
sources/monolog/monolog/src/Monolog/Handler (1 usage found) | |
ProcessHandler.php (1 usage found) | |
111 $this->process = proc_open($this->command, static::DESCRIPTOR_SPEC, $this->pipes, $this->cwd); | |
sources/pdepend/pdepend/src/main/php/PDepend/Util (1 usage found) | |
ImageConvert.php (1 usage found) | |
121 $proc = proc_open('convert', $desc, $pipes); | |
sources/pear/crypt_gpg/Crypt/GPG (2 usages found) | |
Engine.php (2 usages found) | |
1510 $this->_agentProcess = proc_open( | |
1663 $this->_process = proc_open( | |
sources/phan/phan/.phan/plugins (2 usages found) | |
InvokePHPNativeSyntaxCheckPlugin.php (2 usages found) | |
229 $process = proc_open("$cmd", $descriptorspec, $pipes); | |
247 $process = proc_open($cmd, $descriptorspec, $pipes); | |
sources/phpro/grumphp-shim/src/Composer (1 usage found) | |
GrumPHPPlugin.php (1 usage found) | |
234 $process = @proc_open( | |
sources/phpro/grumphp/src/Composer (1 usage found) | |
GrumPHPPlugin.php (1 usage found) | |
234 $process = @proc_open( | |
sources/phpunit/phpunit/src/Util/PHP (1 usage found) | |
DefaultPhpProcess.php (1 usage found) | |
102 $process = proc_open( | |
sources/psy/psysh/src/Output (1 usage found) | |
ProcOutputPager.php (1 usage found) | |
94 $this->proc = \proc_open($this->cmd, $desc, $pipes); | |
sources/react/child-process/src (1 usage found) | |
Process.php (1 usage found) | |
183 $this->process = @\proc_open($cmd, $fdSpec, $pipes, $this->cwd, $this->env, $options); | |
sources/rosell-dk/exec-with-fallback/src (1 usage found) | |
ProcOpen.php (1 usage found) | |
33 $processHandle = proc_open($command, $descriptorspec, $pipes, $cwd); | |
sources/sebastian/environment/src (1 usage found) | |
Console.php (1 usage found) | |
160 $process = proc_open( | |
sources/sebastian/version/src (1 usage found) | |
Version.php (1 usage found) | |
66 $process = proc_open( | |
sources/sebastianfeldmann/cli/src/Processor (1 usage found) | |
ProcOpen.php (1 usage found) | |
44 $process = proc_open($cmd, $descriptorSpec, $pipes); | |
sources/seld/phar-utils/src (1 usage found) | |
Linter.php (1 usage found) | |
69 $process = proc_open($command, $descriptorspec, $pipes); | |
sources/stecman/symfony-console-completion/tests/Stecman/Component/Symfony/Console/BashCompletion (1 usage found) | |
HookFactoryTest.php (1 usage found) | |
129 $process = proc_open( | |
sources/studio-42/elfinder/php (1 usage found) | |
elFinder.class.php (1 usage found) | |
5276 $process = proc_open($command, $descriptorspec, $pipes, $cwd, null); | |
sources/symfony/symfony/src/Symfony/Component/Console (1 usage found) | |
Terminal.php (1 usage found) | |
221 $process = proc_open($command, $descriptorspec, $pipes, null, null, ['suppress_errors' => true]); | |
sources/symfony/symfony/src/Symfony/Component/Process (3 usages found) | |
Process.php (3 usages found) | |
347 $this->process = @proc_open($commandline, $descriptors, $this->processPipes->pipes, $this->cwd, $envPairs, $this->options); | |
1227 return $result = (bool) @proc_open('echo 1 >/dev/null', [['pty'], ['pty'], ['pty']], $pipes); | |
1460 } elseif ($ok = proc_open(sprintf('kill -%d %d', $signal, $pid), [2 => ['pipe', 'w']], $pipes)) { | |
sources/symplify/phpstan-extensions/src/Console (1 usage found) | |
Terminal.php (1 usage found) | |
113 $process = \proc_open($command, self::DESCRIPTORSPEC, $pipes, null, null, [ | |
sources/wp-cli/wp-cli/php (1 usage found) | |
utils.php (1 usage found) | |
1543 return proc_open( $cmd, $descriptorspec, $pipes, $cwd, $env, $other_options ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment