Home
last modified time | relevance | path

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

12345

/PHP-8.3/ext/standard/tests/streams/
H A Dproc_open_bug51800_right2.phpt2 Bug #51800 proc_open on Windows hangs forever, the right way to do it with more data
43 $process = proc_open($cmd, $descriptors, $pipes);
H A Dstream_context_set_options_error.phpt12 $process = proc_open('nothing', $description, $pipes);
H A Dproc_open_bug64438.phpt2 Bug #64438 proc_open hangs with stdin/out with 4097+ bytes
17 $process = proc_open($cmd, $descriptors, $pipes, getcwd(), array(), $options);
/PHP-8.3/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
78 $process = proc_open($cmd, $descriptorSpec, $pipes);
H A Dbug48182.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dbug54992.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dbug65538_001.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dbug69215.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dbug72333.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dsan_peer_matching.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dsni_server.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dstream_verify_peer_name_003.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dbug65538_003.phpt8 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dsan_ipv6_peer_matching.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dsession_meta_capture.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dsni_server_key_cert.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dstream_crypto_flags_002.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dstream_crypto_flags_003.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dtls_min_v1.0_max_v1.1_wrapper.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dtls_wrapper.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dopenssl_peer_fingerprint_basic.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dtls_wrapper_with_tls_v1.3.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
/PHP-8.3/ext/standard/tests/general_functions/
H A Dproc_open_pipes1.phpt2 proc_open() with > 16 pipes
12 proc_open("$php -n $callee", $spec, $pipes);
H A Dgh10239_1.phpt10 $p = proc_open('sleep 1', array(), $foo);
/PHP-8.3/ext/standard/tests/file/
H A Dbug60120.phpt2 Bug #60120 (proc_open hangs when data in stdin/out/err is getting larger or equal to 2048)
22 $process = proc_open($cmd, $descriptors, $pipes, getcwd(), array(), $options);

Completed in 18 milliseconds

12345