Home
last modified time | relevance | path

Searched refs:proc_open (Results 1 – 25 of 62) sorted by relevance

123

/PHP-5.6/ext/standard/tests/general_functions/
H A Dproc_open.phpt2 proc_open
6 if (!function_exists("proc_open")) echo "skip proc_open() is not available";
16 $cat = proc_open(
H A Dbug44667.phpt2 Bug #44667 (proc_open() does not handle pipes with the mode 'wb' correctly)
15 $proc = proc_open('cat', $descriptor_spec, $pipes);
H A Dbug34794.phpt10 $process1 = proc_open('/bin/cat', array(0 => array('pipe', 'r'), 1 =>array('pipe', 'r')), $pipes1);
13 $process2 = proc_open('/bin/cat', array(0 => array('pipe', 'r'), 1 =>array('pipe', 'r')), $pipes2);
H A Dproc_open02.phpt2 proc_open
12 $cat = proc_open(
/PHP-5.6/ext/standard/
H A Dexec.h30 PHP_FUNCTION(proc_open);
35 PHP_MINIT_FUNCTION(proc_open);
/PHP-5.6/ext/standard/tests/file/
H A Dproc_open01.phpt2 proc_open() regression test 1 (proc_open() leak)
11 $proc = proc_open(
/PHP-5.6/ext/openssl/tests/
H A Dstream_verify_peer_name_001.phpt6 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dstream_verify_peer_name_002.phpt6 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dbug68879.phpt6 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dbug68265.phpt6 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dcapture_peer_cert_001.phpt6 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dbug46127.phpt6 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dtlsv1.0_wrapper.phpt6 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dbug69215.phpt6 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dtlsv1.1_wrapper.phpt6 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dtlsv1.2_wrapper.phpt6 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dstream_crypto_flags_001.phpt6 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dbug65538_001.phpt6 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dstream_verify_peer_name_003.phpt6 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dstreams_crypto_method.phpt6 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dbug65538_003.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dstream_server_reneg_limit.phpt6 if (!function_exists("proc_open")) die("skip no proc_open");
67 $process = proc_open($cmd, $descriptorSpec, $pipes);
/PHP-5.6/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_bug51800_right.phpt2 Bug #51800 proc_open on Windows hangs forever, the right way to do it
37 $process = proc_open($cmd, $descriptors, $pipes);

Completed in 47 milliseconds

123