Home
last modified time | relevance | path

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

12345

/PHP-8.3/sapi/cli/tests/
H A D017.phpt57 $proc = proc_open("$php $ini -a", $descriptorspec, $pipes);
H A Dext_loading.phpt20 $proc = proc_open($cmd, [['null'], ['pipe', 'w'], ['redirect', 1]], $pipes);
H A Dsapi_windows_set_ctrl_handler.phpt30 …$proc = proc_open($cmd, $spec, $pipes, NULL, NULL, ["bypass_shell" => true, "create_process_group"…
H A Dphp_cli_server.inc43 …$handle = proc_open($cmd, $descriptorspec, $pipes, $doc_root, null, array("suppress_errors" => tru…
/PHP-8.3/ext/standard/tests/streams/
H A Dbug70198.phpt39 $srv_proc = proc_open(getenv('TEST_PHP_EXECUTABLE_ESCAPED') . " -n $srv_fl_escaped", $dummy0, $dumm…
H A Dproc_open_bug69900.phpt28 $process = proc_open(getenv('TEST_PHP_EXECUTABLE_ESCAPED').' -n -f ' . escapeshellarg($fl), $descri…
H A Dbug61019.phpt14 $process=proc_open("echo testtext",$descriptorspec,$pipes);
/PHP-8.3/tests/basic/
H A DGHSA-9pqp-7h25-4f32.phpt54 $handle = proc_open($cmd, $spec, $pipes, getcwd(), $env);
/PHP-8.3/ext/pdo_firebird/tests/
H A Dpayload_server.inc10 $proc = proc_open($cmd, $descriptorspec, $pipes);
/PHP-8.3/ext/standard/
H A Dconfig.w3237 user_filters.c uuencode.c filters.c proc_open.c password.c \
H A Dproc_open.c331 PHP_MINIT_FUNCTION(proc_open) in PHP_MINIT_FUNCTION() argument
1141 PHP_FUNCTION(proc_open) in PHP_FUNCTION() argument
H A Dconfig.m4459 filters.c proc_open.c streamsfuncs.c http.c password.c \
H A Dbasic_functions.c346 BASIC_MINIT_SUBMODULE(proc_open) in PHP_MINIT_FUNCTION()
H A Dbasic_functions.stub.php3278 function proc_open(array|string $command, array $descriptor_spec, &$pipes, ?string $cwd = null, ?ar…
H A Dbasic_functions_arginfo.h2704 ZEND_FUNCTION(proc_open);
3345 ZEND_FE(proc_open, arginfo_proc_open)
/PHP-8.3/ext/curl/tests/
H A Dserver.inc13 …$handle = proc_open($cmd, $descriptorspec, $pipes, $doc_root, null, array("suppress_errors" => tru…
/PHP-8.3/ext/openssl/tests/
H A Dgh9310.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A DServerClientTestCase.inc112 $this->workerHandle[$worker] = proc_open(
/PHP-8.3/win32/build/
H A Dconfig.w32.h.in117 /* Win32 support proc_open */
H A Dmkdist.php77 $proc = proc_open($cmd,
/PHP-8.3/ext/soap/tests/bugs/
H A Dbug62900.phpt60 …$proc = proc_open([PHP_BINARY, ...$args, __DIR__.'/bug62900_run'], [1 => ["pipe", "w"], 2 => ["pip…
/PHP-8.3/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.3/
H A DUPGRADING368 . proc_open() $command array must now have at least one non empty element.
369 . proc_open() returns false if $command array is invalid command instead of
H A DNEWS592 parameter of proc_open). (CVE-2024-1874) (Jakub Zelenka)
1192 . Added usage of posix_spawn for proc_open when supported by OS.
/PHP-8.3/sapi/fpm/tests/
H A Dtester.inc552 $this->masterProcess = proc_open($cmd, $desc, $pipes, null, $envVars);

Completed in 55 milliseconds

12345