Home
last modified time | relevance | path

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

12345

/PHP-8.1/ext/standard/tests/general_functions/
H A Dbug39322.phpt17 $process = proc_open('/bin/sleep 120', $descriptors, $pipes);
/PHP-8.1/ext/openssl/tests/
H A Dbug65729.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dbug77390.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dbug74159.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dbug68920.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
/PHP-8.1/sapi/cli/tests/
H A Dbug74600.phpt22 $proc = proc_open("$php -c $ini_file -r 'echo \"okey\";'", $desc, $pipes);
H A D023.phpt30 $proc = proc_open("$php -c $ini_file -r 'echo ini_get(\"memory_limit\");'", $desc, $pipes);
H A D022.phpt27 $proc = proc_open("$php -n " . escapeshellarg($test_file), $desc, $pipes);
H A Dbug80092.phpt27 $proc = proc_open($cmd, [['null'], ['pipe', 'w'], ['redirect', 1]], $pipes);
H A Dext_loading.phpt21 $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"…
/PHP-8.1/ext/posix/tests/
H A Dposix_ttyname_error_wrongparams.phpt20 $process = proc_open('echo "foo";', $descriptors, $pipes);
/PHP-8.1/ext/pcntl/tests/
H A Dwaiting_on_sigchild_pcntl_wait.phpt25 $process = proc_open('sleep 1', [], $pipes);
/PHP-8.1/ext/standard/tests/streams/
H A Dbug72853.phpt17 $p = proc_open("ls", $descs, $pipes, '.', NULL, NULL);
H A Dbug78883.phpt17 $proc = proc_open($cmd, $descriptorspec, $pipes);
H A Dbug46024.phpt14 $proc = proc_open(
H A Dbug70198.phpt38 $srv_proc = proc_open(PHP_BINARY . " -n $srv_fl", $dummy0, $dummy1);
H A Dproc_open_bug69900.phpt28 $process = proc_open(PHP_BINARY.' -n -f ' . $fl, $descriptorspec, $pipes, NULL, NULL, array("blocki…
H A Dbug61019.phpt14 $process=proc_open("echo testtext",$descriptorspec,$pipes);
/PHP-8.1/ext/standard/tests/file/
H A Dbug72035.phpt24 $proc = proc_open($cmd, $desc, $pipes, getcwd(), array());
/PHP-8.1/sapi/phpdbg/
H A Dcreate-test.php61 $proc = proc_open("$phpdbg $pass_options $file -- $cmdargv", [["pipe", "r"], ["pipe", "w"], ["pipe"…
/PHP-8.1/ext/opcache/tests/
H A Dphp_cli_server.inc20 …$handle = proc_open($cmd, $descriptorspec, $pipes, $doc_root, null, array("suppress_errors" => tru…
/PHP-8.1/ext/curl/tests/
H A Dcurl_setopt_ssl.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
63 $process = proc_open($cmd, [["pipe", "r"], ["pipe", "w"], ["pipe", "w"]], $pipes);
/PHP-8.1/ext/pdo_firebird/tests/
H A Dpayload_server.inc10 $proc = proc_open($cmd, $descriptorspec, $pipes);
/PHP-8.1/ext/standard/
H A Dconfig.w3237 user_filters.c uuencode.c filters.c proc_open.c password.c \

Completed in 43 milliseconds

12345