Home
last modified time | relevance | path

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

12345

/PHP-8.1/ext/standard/tests/streams/
H A Dbug64770.phpt2 Bug #64770 stream_select() fails with pipes from proc_open()
15 $p = proc_open($cmd, $descs, $pipes, '.', NULL, $other_opts);
H A Dbug60602.phpt2 Bug #60602 proc_open() modifies environment if it contains arrays
15 $p = proc_open($cmd, $descs, $pipes, '.', $environment);
H A Dproc_open_bug60120.phpt2 Bug #60120 proc_open hangs with stdin/out with >2048 bytes
24 $process = proc_open(
H A Dproc_open_bug51800_right.phpt2 Bug #51800 proc_open on Windows hangs forever, the right way to do it
43 $process = proc_open($cmd, $descriptors, $pipes);
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);
/PHP-8.1/ext/openssl/tests/
H A Dbug62890.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dbug73072.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dstream_verify_peer_name_001.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dbug46127.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dbug68265.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dbug68879.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dstream_verify_peer_name_002.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dtlsv1.0_wrapper.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dtlsv1.2_wrapper.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dtlsv1.1_wrapper.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dcapture_peer_cert_001.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dsession_meta_capture_tlsv13.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dtlsv1.3_wrapper.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dstreams_crypto_method.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dstream_crypto_flags_001.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dstream_server_reneg_limit.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
78 $process = proc_open($cmd, $descriptorSpec, $pipes);
/PHP-8.1/ext/standard/tests/general_functions/
H A Dproc_open_sockets3.phpt2 proc_open() with socket and pipe
38 $proc = proc_open($cmd, $spec, $pipes);
H A Dproc_open02.phpt2 proc_open
12 $cat = proc_open(
H A Dproc_open_sockets2.phpt2 proc_open() with IO socketpairs
47 $proc = proc_open($cmd, $spec, $pipes);
/PHP-8.1/ext/standard/
H A Dexec.h20 PHP_MINIT_FUNCTION(proc_open);

Completed in 28 milliseconds

12345