Home
last modified time | relevance | path

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

12

/PHP-5.5/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(
H A Dbug39322.phpt17 $process = proc_open('/bin/sleep 120', $descriptors, $pipes);
/PHP-5.5/ext/standard/
H A Dexec.h30 PHP_FUNCTION(proc_open);
35 PHP_MINIT_FUNCTION(proc_open);
H A Dconfig.w3222 user_filters.c uuencode.c filters.c proc_open.c password.c \
H A Dproc_open.c284 PHP_MINIT_FUNCTION(proc_open) in PHP_MINIT_FUNCTION() argument
451 PHP_FUNCTION(proc_open) in PHP_FUNCTION() argument
/PHP-5.5/ext/standard/tests/file/
H A Dproc_open01.phpt2 proc_open() regression test 1 (proc_open() leak)
11 $proc = proc_open(
H A Dbug60120.phpt2 Bug #60120 (proc_open hangs when data in stdin/out/err is getting larger or equal to 2048)
28 $process = proc_open($cmd, $descriptors, $pipes, getcwd(), array(), $options);
/PHP-5.5/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);
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 Dproc_open_bug60120.phpt2 Bug #60120 proc_open hangs with stdin/out with 2048+ bytes
17 $process = proc_open($cmd, $descriptors, $pipes, getcwd(), array(), $options);
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);
H A Dproc_open_bug51800.phpt2 Bug #51800 proc_open on Windows hangs forever
53 $process = proc_open($cmd, $descriptors, $pipes);
H A Dbug46024.phpt9 $proc = proc_open(
H A Dbug61019.phpt14 $process=proc_open("echo testtext",$descriptorspec,$pipes);
/PHP-5.5/ext/opcache/tests/
H A Dphp_cli_server.inc18 …$handle = proc_open(addslashes($cmd), $descriptorspec, $pipes, $doc_root, NULL, array("bypass_shel…
21 $handle = proc_open($cmd, $descriptorspec, $pipes, $doc_root);
/PHP-5.5/ext/curl/tests/
H A Dserver.inc25 …$handle = proc_open(addslashes($cmd), $descriptorspec, $pipes, $doc_root, NULL, array("bypass_shel…
31 $handle = proc_open($cmd, $descriptorspec, $pipes, $doc_root);
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server.inc26 …$handle = proc_open(addslashes($cmd), $descriptorspec, $pipes, $doc_root, NULL, array("bypass_shel…
34 $handle = proc_open($cmd, $descriptorspec, $pipes, $doc_root);
H A D022.phpt27 $proc = proc_open("$php -n " . escapeshellarg($test_file), $desc, $pipes);
/PHP-5.5/win32/build/
H A Dconfig.w32.h.in157 /* Win32 support proc_open */
H A Dmkdist.php76 $proc = proc_open($cmd,

Completed in 36 milliseconds

12