Searched refs:redirect (Results 1 – 12 of 12) sorted by relevance
/php-src/win32/ |
H A D | sockets.c | 30 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 D | proc_open_redirect.phpt | 8 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 D | gh11274.phpt | 2 …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 D | http_response_header_01.phpt | 2 $http_reponse_header (no redirect)
|
H A D | bug80256.phpt | 2 Bug #80256: file_get_contents strip first line with chunked encoding redirect
|
H A D | http_response_header_02.phpt | 2 $http_reponse_header (redirect)
|
H A D | http_response_header_03.phpt | 2 $http_reponse_header (redirect + not found)
|
/php-src/sapi/cli/tests/ |
H A D | bug80092.phpt | 27 $proc = proc_open($cmd, [['null'], ['pipe', 'w'], ['redirect', 1]], $pipes);
|
H A D | ext_loading.phpt | 20 $proc = proc_open($cmd, [['null'], ['pipe', 'w'], ['redirect', 1]], $pipes);
|
/php-src/ |
H A D | php.ini-development | 228 ; You can redirect all of the output of your scripts to a function. For 780 ; https://php.net/cgi.force-redirect 791 ; https://php.net/cgi.redirect-status-env
|
H A D | php.ini-production | 228 ; You can redirect all of the output of your scripts to a function. For 782 ; https://php.net/cgi.force-redirect 793 ; https://php.net/cgi.redirect-status-env
|
/php-src/sapi/fpm/tests/ |
H A D | tester.inc | 509 $desc = $this->outDesc ? [] : [1 => array('pipe', 'w'), 2 => array('redirect', 1)];
|
Completed in 25 milliseconds