Home
last modified time | relevance | path

Searched refs:pipes (Results 51 – 56 of 56) sorted by path

123

/PHP-7.4/sapi/cli/tests/
H A Dsapi_windows_set_ctrl_handler.phpt30 …$proc = proc_open($cmd, $spec, $pipes, NULL, NULL, ["bypass_shell" => true, "create_process_group"…
59 foreach ($pipes as $pipe) {
H A Dstd_streams.phpt14 // These have proc_open pipes attached
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc374 $this->masterProcess = proc_open($cmd, $desc, $pipes);
388 $this->outDesc = $pipes[1];
/PHP-7.4/sapi/phpdbg/
H A Dcreate-test.php63 …("$phpdbg $pass_options $file -- $cmdargv", [["pipe", "r"], ["pipe", "w"], ["pipe", "w"]], $pipes);
73 $r = [$pipes[1], STDIN];
80 fwrite($pipes[0], $in);
88 if (feof($pipes[1])) {
91 $output .= $c = fgetc($pipes[1]);
H A Dxml.md444 - still pipes to stdout ... without wrapping <stream> !!! (@@ TODO @@)
/PHP-7.4/win32/build/
H A Dmkdist.php79 $pipes);
82 while (($line = fgetcsv($pipes[1]))) {
126 fclose($pipes[1]);

Completed in 26 milliseconds

123