Searched refs:proc_open (Results 1 – 25 of 74) sorted by relevance
123
/PHP-7.0/ext/standard/tests/general_functions/ |
H A D | proc_open_pipes3.phpt | 2 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 D | proc_open.phpt | 2 proc_open 6 if (!function_exists("proc_open")) echo "skip proc_open() is not available"; 16 $cat = proc_open(
|
H A D | proc_open_pipes2.phpt | 2 proc_open() with no pipes 12 proc_open("$php -n $callee", $spec, $pipes);
|
H A D | bug72306.phpt | 2 Bug #72306 (Heap overflow through proc_open and $env parameter) 18 $process = proc_open('nothing', $description, $pipes, NULL, $env);
|
H A D | bug44667.phpt | 2 Bug #44667 (proc_open() does not handle pipes with the mode 'wb' correctly) 15 $proc = proc_open('cat', $descriptor_spec, $pipes);
|
H A D | bug34794.phpt | 10 $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 D | proc_open02.phpt | 2 proc_open 12 $cat = proc_open(
|
/PHP-7.0/ext/standard/ |
H A D | exec.h | 30 PHP_FUNCTION(proc_open); 35 PHP_MINIT_FUNCTION(proc_open);
|
/PHP-7.0/ext/standard/tests/file/ |
H A D | bug69442.phpt | 2 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 D | proc_open01.phpt | 2 proc_open() regression test 1 (proc_open() leak) 11 $proc = proc_open(
|
/PHP-7.0/ext/openssl/tests/ |
H A D | bug68879.phpt | 6 if (!function_exists("proc_open")) die("skip no proc_open");
|
H A D | stream_verify_peer_name_001.phpt | 6 if (!function_exists("proc_open")) die("skip no proc_open");
|
H A D | stream_verify_peer_name_002.phpt | 6 if (!function_exists("proc_open")) die("skip no proc_open");
|
H A D | bug46127.phpt | 6 if (!function_exists("proc_open")) die("skip no proc_open");
|
H A D | bug68265.phpt | 6 if (!function_exists("proc_open")) die("skip no proc_open");
|
H A D | capture_peer_cert_001.phpt | 6 if (!function_exists("proc_open")) die("skip no proc_open");
|
H A D | tlsv1.0_wrapper.phpt | 6 if (!function_exists("proc_open")) die("skip no proc_open");
|
H A D | bug69215.phpt | 6 if (!function_exists("proc_open")) die("skip no proc_open");
|
H A D | tlsv1.1_wrapper.phpt | 6 if (!function_exists("proc_open")) die("skip no proc_open");
|
H A D | tlsv1.2_wrapper.phpt | 6 if (!function_exists("proc_open")) die("skip no proc_open");
|
H A D | stream_crypto_flags_001.phpt | 6 if (!function_exists("proc_open")) die("skip no proc_open");
|
H A D | streams_crypto_method.phpt | 6 if (!function_exists("proc_open")) die("skip no proc_open");
|
H A D | bug65538_001.phpt | 6 if (!function_exists("proc_open")) die("skip no proc_open");
|
/PHP-7.0/ext/standard/tests/streams/ |
H A D | bug64770.phpt | 2 Bug #64770 stream_select() fails with pipes from proc_open() 15 $p = proc_open($cmd, $descs, $pipes, '.', NULL, $other_opts);
|
H A D | bug60602.phpt | 2 Bug #60602 proc_open() modifies environment if it contains arrays 15 $p = proc_open($cmd, $descs, $pipes, '.', $environment);
|
Completed in 29 milliseconds
123