Home
last modified time | relevance | path

Searched refs:redirect (Results 1 – 12 of 12) sorted by relevance

/php-src/win32/
H A Dsockets.c30 SOCKET redirect; in socketpair_win32() local
38 sock[1] = redirect = INVALID_SOCKET; in socketpair_win32()
76 redirect = accept(sock[0], (struct sockaddr *) &address, &size); in socketpair_win32()
77 if (INVALID_SOCKET == redirect) { in socketpair_win32()
82 sock[0] = redirect; in socketpair_win32()
87 closesocket(redirect); in socketpair_win32()
/php-src/ext/standard/tests/general_functions/
H A Dproc_open_redirect.phpt8 proc_open([$php], [['redirect']], $pipes);
14 proc_open([$php], [['redirect', 'foo']], $pipes);
20 proc_open([$php], [['redirect', 42]], $pipes);
27 $proc = proc_open($cmd, [1 => ['pipe', 'w'], 2 => ['redirect', 1]], $pipes);
34 $proc = proc_open($cmd, [1 => ['file', $fileName, 'w'], 2 => ['redirect', 1]], $pipes);
42 $proc = proc_open($cmd, [1 => $file, 2 => ['redirect', 1]], $pipes);
50 $proc = proc_open($cmd, [2 => ['redirect', 1]], $pipes);
/php-src/ext/standard/tests/http/
H A Dgh11274.phpt2 …CH request via file_get_contents + stream_context_create switches to GET after a HTTP 308 redirect)
28 echo "-- Testing redirect status code $status --\n";
43 -- Testing redirect status code 301 --
48 -- Testing redirect status code 302 --
53 -- Testing redirect status code 307 --
58 -- Testing redirect status code 308 --
H A Dhttp_response_header_01.phpt2 $http_reponse_header (no redirect)
H A Dbug80256.phpt2 Bug #80256: file_get_contents strip first line with chunked encoding redirect
H A Dhttp_response_header_02.phpt2 $http_reponse_header (redirect)
H A Dhttp_response_header_03.phpt2 $http_reponse_header (redirect + not found)
/php-src/sapi/cli/tests/
H A Dbug80092.phpt27 $proc = proc_open($cmd, [['null'], ['pipe', 'w'], ['redirect', 1]], $pipes);
H A Dext_loading.phpt20 $proc = proc_open($cmd, [['null'], ['pipe', 'w'], ['redirect', 1]], $pipes);
/php-src/
H A Dphp.ini-development238 ; You can redirect all of the output of your scripts to a function. For
794 ; https://php.net/cgi.force-redirect
805 ; https://php.net/cgi.redirect-status-env
H A Dphp.ini-production238 ; You can redirect all of the output of your scripts to a function. For
796 ; https://php.net/cgi.force-redirect
807 ; https://php.net/cgi.redirect-status-env
/php-src/sapi/fpm/tests/
H A Dtester.inc521 $desc = $this->outDesc ? [] : [1 => array('pipe', 'w'), 2 => array('redirect', 1)];

Completed in 28 milliseconds