Home
last modified time | relevance | path

Searched refs:GET (Results 51 – 75 of 120) sorted by relevance

12345

/php-src/sapi/cli/tests/
H A Dphp_cli_server_013.phpt39 GET /main/style.css HTTP/1.1
162 Allow: GET, HEAD, POST
173 Allow: GET, HEAD, POST
184 Allow: GET, HEAD, POST
H A Dbug67429_1.phpt20 GET / HTTP/1.1
H A Dbug67429_2.phpt20 GET / HTTP/1.1
H A Demptyheader.phpt15 fwrite($fp, "GET / HTTP/1.1\r\nUser-Agent\r\nAccept: */*\r\nReferer:\r\nHi\r\n\r\n");
H A Dbug65066_100.phpt18 GET / HTTP/1.1
H A Dbug66830.phpt19 GET / HTTP/1.1
H A Dbug71005.phpt22 GET / HTTP/1.1
H A Dbug81305.phpt16 GET / HTTP/1.1
H A Dbug65066_422.phpt18 GET / HTTP/1.1
H A Dbug65066_511.phpt18 GET / HTTP/1.1
H A Dbug68745.phpt15 if(fwrite($fp, "GET www.example.com:80 HTTP/1.1\r\n\r\n")) {
H A Dphp_cli_server_006.phpt16 GET / HTTP/1.1
H A Dgh12363.phpt19 GET / HTTP/1.1
H A Dbug65633.phpt19 GET / HTTP/1.1
/php-src/ext/zlib/tests/
H A Dbug65391.phpt5 --GET--
/php-src/ext/filter/tests/
H A Dbug42718.phpt10 --GET--
/php-src/ext/mbstring/tests/
H A Dmb_http_input.phpt7 --GET--
H A Dmb_http_input_pass.phpt7 --GET--
/php-src/ext/snmp/tests/
H A Dsnmp-object-errno-errstr.phpt54 echo "GET: Single wrong OID\n";
60 echo "GET: Miltiple OID, one wrong\n";
123 GET: Single wrong OID
127 GET: Miltiple OID, one wrong
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h61 #undef GET
108 #define GET(a,n) \ macro
117 #define GET(a,n) \ macro
127 #define GET(a,n) \ macro
145 #define GET(a,n) \ macro
155 #define GET(a,n) \ macro
171 #define GET(a,n) \ macro
H A Dpcre2_dfa_match.c373 cb->pattern_position = GET(code, 1 + extracode); in do_callout_dfa()
596 end_code += GET(end_code, 1); in internal_dfa_match()
645 end_code += GET(end_code, 1); in internal_dfa_match()
681 end_code += GET(end_code, 1); in internal_dfa_match()
920 code += GET(code, 1); in internal_dfa_match()
929 code += GET(code, 1); in internal_dfa_match()
933 code += GET(code, 1); in internal_dfa_match()
941 code += 1 + GET(code, 2); in internal_dfa_match()
948 code += 1 + GET(code, 2); in internal_dfa_match()
2691 ecode = code + GET(code, 1); in internal_dfa_match()
[all …]
/php-src/sapi/cgi/tests/
H A Dbug61605.phpt5 --GET--
/php-src/ext/session/tests/
H A Dbug72940.phpt14 --GET--
/php-src/ext/curl/tests/
H A Dbug78775.phpt29 fwrite($sock, "GET / HTTP/1.0\n\n");
/php-src/ext/sockets/tests/
H A Dsocket_bind.phpt26 $request = 'GET / HTTP/1.1' . "\r\n";

Completed in 38 milliseconds

12345