Home
last modified time | relevance | path

Searched refs:pipe (Results 1 – 23 of 23) sorted by relevance

/PHP-5.3/ext/standard/tests/file/
H A Dbug60120.phpt23 $descriptors = array(array('pipe', 'r'), array('pipe', 'w'), array('pipe', 'w'));
30 foreach ($pipes as $pipe) {
31 stream_set_blocking($pipe, false);
62 foreach ($r as $pipe) {
63 $type = array_search($pipe, $pipes);
64 $data = fread($pipe, 8192);
65 if (false === $data || feof($pipe)) {
66 fclose($pipe);
H A Dpopen_pclose_basic-win32.phpt20 echo "*** Testing popen(): reading from the pipe ***\n";
29 echo "*** Testing popen(): writing to the pipe ***\n";
63 *** Testing popen(): reading from the pipe ***
65 *** Testing popen(): writing to the pipe ***
H A Dpopen_pclose_basic.phpt24 echo "-- Testing popen(): reading from the pipe --\n";
44 echo "*** Testing popen(): writing to the pipe ***\n";
77 -- Testing popen(): reading from the pipe --
93 *** Testing popen(): writing to the pipe ***
H A Dproc_open01.phpt13 array(0 => array('pipe', 'r'), 1 => array('pipe', 'w')),
/PHP-5.3/ext/standard/tests/general_functions/
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_open.phpt11 0 => array("pipe", "r"),
12 1 => array("pipe", "w"),
13 2 => array("pipe", "w")
H A Dbug39322.phpt11 0 => array('pipe', 'r'),
12 1 => array('pipe', 'w'),
13 2 => array('pipe', 'w'));
H A Dbug44667.phpt11 0 => array('pipe', 'rb'),
12 1 => array('pipe', 'wb'),
H A Dproc_open02.phpt10 $ds = array(array('pipe', 'r'));
/PHP-5.3/ext/standard/tests/streams/
H A Dbug46024.phpt11 ,array(0 => array('pipe', 'r'), 1 => array('pipe', 'w'))
32 foreach($pipes as $pipe) {
33 fclose($pipe);
H A Dbug64770.phpt7 0 => array('pipe', 'r'), // stdin
8 1 => array('pipe', 'w'), // stdout
9 2 => array('pipe', 'w'), // strerr
/PHP-5.3/sapi/fpm/fpm/
H A Dfastcgi.c205 HANDLE pipe = GetStdHandle(STD_INPUT_HANDLE); in fcgi_init() local
207 SetNamedPipeHandleState(pipe, &pipe_mode, NULL, NULL); in fcgi_init()
732 HANDLE pipe = (HANDLE)_get_osfhandle(req->fd); in fcgi_close() local
735 FlushFileBuffers(pipe); in fcgi_close()
737 DisconnectNamedPipe(pipe); in fcgi_close()
764 HANDLE pipe; local
776 pipe = (HANDLE)_get_osfhandle(req->listen_socket);
779 if (!ConnectNamedPipe(pipe, &ov)) {
892 pipe = (HANDLE)_get_osfhandle(req->fd);
893 if (!ImpersonateNamedPipeClient(pipe)) {
H A Dfpm_stdio.c189 if (0 > pipe(fd_stdout)) { in fpm_stdio_prepare_pipes()
194 if (0 > pipe(fd_stderr)) { in fpm_stdio_prepare_pipes()
H A Dfpm_unix.c274 if (pipe(fpm_globals.send_config_pipe) == -1) { in fpm_unix_init_main()
/PHP-5.3/sapi/cgi/
H A Dfastcgi.c209 HANDLE pipe = GetStdHandle(STD_INPUT_HANDLE); in fcgi_init() local
211 SetNamedPipeHandleState(pipe, &pipe_mode, NULL, NULL); in fcgi_init()
899 HANDLE pipe = (HANDLE)_get_osfhandle(req->fd); in fcgi_close() local
902 FlushFileBuffers(pipe); in fcgi_close()
904 DisconnectNamedPipe(pipe); in fcgi_close()
930 HANDLE pipe; local
942 pipe = (HANDLE)_get_osfhandle(req->listen_socket);
945 if (!ConnectNamedPipe(pipe, &ov)) {
1050 pipe = (HANDLE)_get_osfhandle(req->fd);
1051 if (!ImpersonateNamedPipeClient(pipe)) {
/PHP-5.3/ext/fileinfo/libmagic/
H A Dcompress.c399 if ((fd != -1 && pipe(fdin) == -1) || pipe(fdout) == -1) { in uncompressbuf()
/PHP-5.3/ext/sockets/tests/
H A Dsocket_strerror.phpt57 string(11) "Broken pipe"
111 string(18) "Streams pipe error"
/PHP-5.3/ext/standard/
H A Dproc_open.c454 # define pipe(pair) (CreatePipe(&pair[0], &pair[1], &security, 0) ? 0 : -1) macro
649 if (0 != pipe(newpipe)) { in PHP_FUNCTION()
/PHP-5.3/ext/oci8/tests/
H A Ddbmsoutput.phpt30 pipe row (line);
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch2736 * If we cannot seek, it must be a pipe, socket or fifo.
/PHP-5.3/build/
H A Dlibtool.m44622 # Check to see that the pipe works correctly.
/PHP-5.3/
H A DNEWS4478 - Improved FastCGI SAPI to support external pipe and socket servers on win32.
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic3489 4 string pipe CLIPPER instruction trace

Completed in 90 milliseconds