Home
last modified time | relevance | path

Searched refs:pipe (Results 26 – 50 of 66) sorted by relevance

123

/PHP-8.2/ext/standard/tests/file/
H A Dpopen_pclose_basic-win32.phpt10 echo "*** Testing popen(): reading from the pipe ***\n";
19 echo "*** Testing popen(): writing to the pipe ***\n";
53 *** Testing popen(): reading from the pipe ***
55 *** Testing popen(): writing to the pipe ***
H A Dpopen_pclose_basic.phpt15 echo "-- Testing popen(): reading from the pipe --\n";
35 echo "*** Testing popen(): writing to the pipe ***\n";
67 -- Testing popen(): reading from the pipe --
83 *** Testing popen(): writing to the pipe ***
H A Dproc_open01.phpt13 array(0 => array('pipe', 'r'), 1 => array('pipe', 'w')),
H A Dbug72035.phpt23 $desc = array(0 => array("pipe", "r"));
/PHP-8.2/sapi/cli/tests/
H A Dsapi_windows_set_ctrl_handler.phpt28 $spec = [0 => ["pipe", "r"], 1 => ["pipe", "w"]];
59 foreach ($pipes as $pipe) {
60 fclose($pipe);
H A Dbug80092.phpt27 $proc = proc_open($cmd, [['null'], ['pipe', 'w'], ['redirect', 1]], $pipes);
/PHP-8.2/ext/standard/tests/streams/
H A Dproc_open_bug51800_right.phpt21 0 => array("pipe", "rb"), // stdin
22 1 => array("pipe", "wb"), // stdout
23 2 => array("pipe", "wb") // stderr
H A Dproc_open_bug51800_right2.phpt15 0 => array("pipe", "rb"), // stdin
16 1 => array("pipe", "wb"), // stdout
17 2 => array("pipe", "wb") // stderr
H A Dproc_open_bug69900.phpt15 $in = fopen("php://stdin", "rb", false, stream_context_create(array("pipe" => array("blocking" => t…
25 $descriptorspec = array(0 => array("pipe", "r"),1 => array("pipe", "w"));
H A Dbug72853.phpt13 0 => array('pipe', 'r'), // stdin
14 1 => array('pipe', 'w'), // stdout
H A Dbug78883.phpt11 0 => array("pipe", "rb"),
12 1 => array("pipe", "wb"),
/PHP-8.2/ext/standard/tests/general_functions/
H A Dproc_open_redirect.phpt25 echo "\nWith pipe:\n";
27 $proc = proc_open($cmd, [1 => ['pipe', 'w'], 2 => ['redirect', 1]], $pipes);
60 With pipe:
H A Dproc_open_array.phpt8 0 => ['pipe', 'r'],
9 1 => ['pipe', 'w'],
10 2 => ['pipe', 'w'],
H A Dproc_open_pipes3.phpt7 $spec[$i] = array('pipe', 'w');
23 $spec[$i] = array('pipe', "test");
H A Dproc_open02.phpt10 $ds = array(array('pipe', 'r'));
H A Dproc_open_pipes1.phpt7 $spec[$i] = array('pipe', 'w');
/PHP-8.2/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt77 $descriptorSpec = [["pipe", "r"], ["pipe", "w"], ["pipe", "w"]];
H A DServerClientTestCase.inc113 [['pipe', 'r'], ['pipe', 'w'], STDERR],
/PHP-8.2/ext/pdo_firebird/tests/
H A Dpayload_server.inc8 2 => ['pipe', 'w'],
27 // Otherwise the pipe may clog up with unread log messages.
/PHP-8.2/ext/curl/tests/
H A Dserver.inc11 2 => ['pipe', 'w'],
31 // Otherwise the pipe may clog up with unread log messages.
H A Dcurl_setopt_ssl.phpt65 $process = proc_open($cmd, [["pipe", "r"], ["pipe", "w"], ["pipe", "w"]], $pipes);
/PHP-8.2/ext/posix/tests/
H A Dposix_ttyname_error_wrongparams.phpt18 $descriptors = [["pty"], ["pty"], ["pty"], ["pipe", "w"]];
/PHP-8.2/ext/readline/tests/
H A Dbug77812-libedit.phpt14 $descriptorspec = [['pipe', 'r'], STDOUT, STDERR];
H A Dbug77812-readline.phpt14 $descriptorspec = [['pipe', 'r'], STDOUT, STDERR];
/PHP-8.2/ext/soap/tests/bugs/
H A Dbug62900.phpt60 …c_open([PHP_BINARY, ...$args, __DIR__.'/bug62900_run'], [1 => ["pipe", "w"], 2 => ["pipe", "w"]], …

Completed in 27 milliseconds

123