Home
last modified time | relevance | path

Searched refs:GET (Results 1 – 25 of 103) sorted by path

12345

/PHP-7.2/
H A DINSTALL1627 16. Is PHP limited to process GET and POST request methods only?
1908 Is PHP limited to process GET and POST request methods only?
1910 Proper response status can be sent with header(). If only GET
1914 <LimitExcept GET POST>
H A DREADME.TESTING274 that MUST be run as CGI, even if there is no --POST-- or --GET-- sections
H A DREADME.input_filter61 REGISTER_LONG_CONSTANT("GET", PARSE_GET, CONST_CS | CONST_PERSISTENT);
/PHP-7.2/Zend/tests/
H A Dlist_keyed_ArrayAccess.phpt29 echo "GET ";
53 GET int(123)
54 GET string(3) "123"
/PHP-7.2/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 Dbug66109.phpt24 string(3) "GET"
H A Dbug78775.phpt27 fwrite($sock, "GET / HTTP/1.0\n\n");
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 Dcurl_copy_handle_basic_001.phpt14 echo '*** Testing curl copy handle with simple GET ***' . "\n";
33 *** Testing curl copy handle with simple GET ***
/PHP-7.2/ext/filter/tests/
H A D001.phpt2 Simple GET test
3 --GET--
H A D002.phpt2 GET test with 2 values and an empty one
3 --GET--
H A D003.phpt2 GET/POST/REQUEST Test
5 --GET--
H A D004.phpt2 GET/POST/REQUEST Test with filtered data
9 --GET--
H A D005.phpt2 GET/REQUEST Test with fifa example data
7 --GET--
H A D007.phpt5 --GET--
H A D011.phpt7 --GET--
H A D035.phpt2 GET/POST/REQUEST Test with input_filter
7 --GET--
H A D037.phpt2 GET and data callback tests
5 --GET--
H A D040.phpt5 --GET--
H A Dbug42718-2.phpt9 --GET--
H A Dbug42718.phpt10 --GET--
/PHP-7.2/ext/imap/tests/
H A Dimap_timeout_basic.phpt18 echo "GET values:\n";
48 GET values:
/PHP-7.2/ext/mbstring/
H A DREADME_PHP3-i18n-ja120 - distinguish character encoding in POST/GET/COOKIE
415 o i18n.http_input - handling of http input (GET/POST/COOKIE)
693 o To use Japanese in GET method
695 If you need to assign Japanese text in GET method with argument, such as;
702 o When passing data via GET/POST/COOKIE, \ character sneaks in
/PHP-7.2/ext/mbstring/tests/
H A Dmb_http_input.phpt11 --GET--
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_compile.c1933 cc += GET(cc, 1); in find_fixedlength()
2475 scode += GET(scode, 1); in could_be_empty_branch()
2520 code += GET(code, 1); in could_be_empty_branch()
2528 code += GET(code, 1); in could_be_empty_branch()
3801 code += GET(code, 1); in auto_possessify()
4054 offset = (int)GET(hc, 0); in adjust_recurse()
7814 tc += GET(tc,1); in compile_branch()
8716 code += GET(code, 1); in is_anchored()
8841 code += GET(code, 1); in is_startline()
8934 code += GET(code, 1); in find_firstassertedchar()
[all …]

Completed in 57 milliseconds

12345