Home
last modified time | relevance | path

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

1234

/PHP-7.3/ext/standard/tests/general_functions/
H A Dproc_open_pipes3.phpt2 proc_open() with invalid pipes
16 proc_open("$php -n $callee", $spec, $pipes);
19 proc_open("$php -n $callee", $spec, $pipes);
22 proc_open("$php -n $callee", $spec, $pipes);
26 proc_open("$php -n $callee", $spec, $pipes);
39 Warning: proc_open(): pi is not a valid descriptor spec/mode in %s on line %d
41 Warning: proc_open(): Descriptor item must be either an array or a File-Handle in %s on line %d
53 Warning: proc_open(test): failed to open stream: %s in %s on line %d
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 Dproc_open-win32-mb0.phpt2 proc_open with bypass_shell subprocess parameter passing
7 if (!function_exists("proc_open")) echo "skip proc_open() is not available";
23 $p = proc_open(
H A Dproc_open-win32-mb1.phpt2 proc_open without bypass_shell subprocess parameter passing
7 if (!function_exists("proc_open")) echo "skip proc_open() is not available";
23 $p = proc_open(
H A Dproc_open_pipes2.phpt2 proc_open() with no pipes
12 proc_open("$php -n $callee", $spec, $pipes);
H A Dbug72306.phpt2 Bug #72306 (Heap overflow through proc_open and $env parameter)
18 $process = proc_open('nothing', $description, $pipes, NULL, $env);
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 Dbug78569.phpt2 Bug #78569 (proc_open() may require extra quoting)
15 $proc = proc_open($cmd, $descriptorspec, $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);
/PHP-7.3/ext/standard/
H A Dexec.h28 PHP_FUNCTION(proc_open);
33 PHP_MINIT_FUNCTION(proc_open);
/PHP-7.3/ext/standard/tests/file/
H A Dbug69442.phpt2 proc_open with PTY closes incorrect file descriptor
10 $process = proc_open('echo "foo";', $descriptors, $pipes);
29 $process = proc_open($cmd, $descriptors, $pipes);
H A Dproc_open01.phpt2 proc_open() regression test 1 (proc_open() leak)
11 $proc = proc_open(
/PHP-7.3/ext/readline/tests/
H A Dbug77812-libedit.phpt7 if (!function_exists('proc_open')) die('skip proc_open() not available');
14 $proc = proc_open("$php $ini -a", $descriptorspec, $pipes);
H A Dbug77812-readline.phpt7 if (!function_exists('proc_open')) die('skip proc_open() not available');
14 $proc = proc_open("$php $ini -a", $descriptorspec, $pipes);
/PHP-7.3/ext/openssl/tests/
H A Dbug76705.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 Dbug73072.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 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 Dbug69215.phpt6 if (!function_exists("proc_open")) die("skip no proc_open");
H A Dstream_verify_peer_name_001.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");
/PHP-7.3/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);

Completed in 18 milliseconds

1234