Home
last modified time | relevance | path

Searched refs:GET (Results 26 – 50 of 105) sorted by relevance

12345

/PHP-7.3/sapi/cli/tests/
H A Dphp_cli_server_008.phpt21 GET / HTTP/1.1
41 GET / HTTP/1.0
H A Dphp_cli_server_010.phpt21 GET /foo/bar?foo=bar HTTP/1.1
41 GET /index.php/foo/bar/?foo=bar HTTP/1.0
H A Dbug66606_1.phpt2 Bug #66606 (Sets HTTP_CONTENT_TYPE but not CONTENT_TYPE) - GET request
H A Demptyheader.phpt18 fwrite($fp, "GET / HTTP/1.1\r\nUser-Agent\r\nAccept: */*\r\nReferer:\r\nHi\r\n\r\n");
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_printint.c377 if (print_lengths) fprintf(f, "%3d ", GET(code, 1)); in pcre2_printint()
399 if (print_lengths) fprintf(f, "%3d ", GET(code, 1)); in pcre2_printint()
583 if (print_lengths) fprintf(f, "%3d ", GET(code, 1)); in pcre2_printint()
611 GET(code, 1), GET(code, 1 + LINK_SIZE)); in pcre2_printint()
617 extra = GET(code, 1 + 2*LINK_SIZE); in pcre2_printint()
625 fprintf(f, "%c %d %d %d", c, GET(code, 1 + 3*LINK_SIZE), GET(code, 1), in pcre2_printint()
626 GET(code, 1 + LINK_SIZE)); in pcre2_printint()
652 extra = GET(code, 1); in pcre2_printint()
H A Dpcre2_find_bracket.c83 if (c == OP_XCLASS) code += GET(code, 1); in PRIV()
84 else if (c == OP_CALLOUT_STR) code += GET(code, 1 + 2*LINK_SIZE); in PRIV()
H A Dpcre2_auto_possess.c458 end = code + GET(code, 0) - 1; in get_chr_property_list()
557 code += GET(code, 1 + 2*LINK_SIZE); in compare_opcodes()
565 do code += GET(code, 1); while (*code == OP_ALT); in compare_opcodes()
599 switch(*(code - GET(code, 1))) in compare_opcodes()
631 next_code = code + GET(code, 1); in compare_opcodes()
642 next_code += GET(next_code, 1); in compare_opcodes()
655 do next_code += GET(next_code, 1); while (*next_code == OP_ALT); in compare_opcodes()
1160 repeat_opcode = code + GET(code, 1); in PRIV()
1228 code += GET(code, 1 + 2*LINK_SIZE); in PRIV()
1233 code += GET(code, 1); in PRIV()
H A Dpcre2_dfa_match.c364 cb->pattern_position = GET(code, 1 + extracode); in do_callout()
582 end_code += GET(end_code, 1); in internal_dfa_match()
631 end_code += GET(end_code, 1); in internal_dfa_match()
667 end_code += GET(end_code, 1); in internal_dfa_match()
906 code += GET(code, 1); in internal_dfa_match()
915 code += GET(code, 1); in internal_dfa_match()
919 code += GET(code, 1); in internal_dfa_match()
927 code += 1 + GET(code, 2); in internal_dfa_match()
934 code += 1 + GET(code, 2); in internal_dfa_match()
2573 ecode = code + GET(code, 1); in internal_dfa_match()
[all …]
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
/PHP-7.3/ext/curl/tests/
H A Dbug55767.phpt19 echo '*** Testing curl sending through GET an POST ***' . "\n";
37 *** Testing curl sending through GET an POST ***
H A Dcurl_basic_003.phpt20 echo '*** Testing curl sending through GET an POST ***' . "\n";
38 *** Testing curl sending through GET an POST ***
H A Dbug66109.phpt24 string(3) "GET"
/PHP-7.3/ext/imap/tests/
H A Dimap_timeout_basic.phpt18 echo "GET values:\n";
48 GET values:
/PHP-7.3/tests/lang/
H A Dbug25145.phpt3 --GET--
/PHP-7.3/ext/soap/tests/bugs/
H A Dbug27722.phpt5 --GET--
H A Dbug27742.phpt5 --GET--
/PHP-7.3/tests/basic/
H A Dbug61000.phpt7 --GET--
/PHP-7.3/ext/zlib/tests/
H A Dob_001.phpt8 --GET--
H A Dbug65391.phpt7 --GET--
/PHP-7.3/ext/filter/tests/
H A Dbug42718-2.phpt9 --GET--
H A Dbug42718.phpt10 --GET--
/PHP-7.3/ext/soap/tests/
H A Dserver011.phpt5 --GET--
/PHP-7.3/ext/snmp/tests/
H A Dsnmp-object-errno-errstr.phpt51 echo "GET: Single wrong OID\n";
57 echo "GET: Miltiple OID, one wrong\n";
120 GET: Single wrong OID
124 GET: Miltiple OID, one wrong
/PHP-7.3/ext/session/tests/
H A Dbug72940.phpt12 --GET--
/PHP-7.3/sapi/cgi/tests/
H A Dbug61605.phpt5 --GET--

Completed in 44 milliseconds

12345