Home
last modified time | relevance | path

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

123

/php-src/ext/standard/tests/file/
H A Dpopen_pclose_basic-win32-mb.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-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";
36 echo "*** Testing popen(): writing to the pipe ***\n";
68 -- Testing popen(): reading from the pipe --
84 *** 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-src/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-src/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"),
H A Dstream_cast_loses_data.phpt27 1 => ['pipe', 'w'],
/php-src/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_pipes3.phpt7 $spec[$i] = array('pipe', 'w');
24 $spec[$i] = array('pipe', "test");
H A Dproc_open_array.phpt8 0 => ['pipe', 'r'],
9 1 => ['pipe', 'w'],
10 2 => ['pipe', 'w'],
H A Dproc_open02.phpt10 $ds = array(array('pipe', 'r'));
/php-src/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt77 $descriptorSpec = [["pipe", "r"], ["pipe", "w"], ["pipe", "w"]];
H A DServerClientTestCase.inc114 [['pipe', 'r'], ['pipe', 'w'], STDERR],
/php-src/ext/pdo_firebird/tests/
H A Dpayload_server.inc8 2 => ['pipe', 'w'],
27 // Otherwise the pipe may clog up with unread log messages.
/php-src/ext/curl/tests/
H A Dserver.inc11 2 => ['pipe', 'w'],
31 // Otherwise the pipe may clog up with unread log messages.
/php-src/ext/posix/tests/
H A Dposix_ttyname_error_wrongparams.phpt18 $descriptors = [["pty"], ["pty"], ["pty"], ["pipe", "w"]];
/php-src/ext/libxml/tests/
H A Dlibxml_get_external_entity_loader_error_callback_name.phpt21 $descriptors = [["pty"], ["pty"], ["pty"], ["pipe", "w"]];
/php-src/ext/readline/tests/
H A Dbug77812-libedit.phpt14 $descriptorspec = [['pipe', 'r'], STDOUT, STDERR];
H A Dbug77812-readline.phpt14 $descriptorspec = [['pipe', 'r'], STDOUT, STDERR];

Completed in 46 milliseconds

123