Home
last modified time | relevance | path

Searched refs:proc_open (Results 101 – 113 of 113) sorted by relevance

12345

/PHP-8.1/ext/curl/tests/
H A Dserver.inc13 …$handle = proc_open($cmd, $descriptorspec, $pipes, $doc_root, null, array("suppress_errors" => tru…
/PHP-8.1/ext/openssl/tests/
H A DServerClientTestCase.inc82 $this->workerHandle[$worker] = proc_open(
/PHP-8.1/sapi/cli/tests/
H A Dphp_cli_server.inc36 …$handle = proc_open($cmd, $descriptorspec, $pipes, $doc_root, null, array("suppress_errors" => tru…
/PHP-8.1/win32/build/
H A Dconfig.w32.h.in113 /* Win32 support proc_open */
H A Dmkdist.php77 $proc = proc_open($cmd,
/PHP-8.1/ext/standard/tests/general_functions/
H A Dghsa-9fcc-425m-g385_003.phpt25 …$proc = @proc_open([$batch_file_path . chr($i), "\"&notepad.exe"], $descriptorspec, $pipes, null, …
/PHP-8.1/ext/standard/
H A Dproc_open.c297 PHP_MINIT_FUNCTION(proc_open) in PHP_MINIT_FUNCTION() argument
1064 PHP_FUNCTION(proc_open) in PHP_FUNCTION() argument
H A Dconfig.m4471 filters.c proc_open.c streamsfuncs.c http.c password.c \
H A Dbasic_functions.stub.php1525 function proc_open(array|string $command, array $descriptor_spec, &$pipes, ?string $cwd = null, ?ar… function
H A Dbasic_functions_arginfo.h2719 ZEND_FUNCTION(proc_open);
3362 ZEND_FE(proc_open, arginfo_proc_open)
H A Dbasic_functions.c400 BASIC_MINIT_SUBMODULE(proc_open) in PHP_MINIT_FUNCTION()
/PHP-8.1/
H A DNEWS35 parameter of proc_open). (CVE-2024-1874) (Jakub Zelenka)
89 . Fixed bug GH-12655 (proc_open() does not take into account references
408 . Fixed bug GH-11498 (SIGCHLD is not always returned from proc_open).
/PHP-8.1/sapi/fpm/tests/
H A Dtester.inc438 $this->masterProcess = proc_open($cmd, $desc, $pipes);

Completed in 54 milliseconds

12345