Home
last modified time | relevance | path

Searched refs:GET (Results 76 – 100 of 103) sorted by relevance

12345

/PHP-7.2/ext/session/tests/
H A Drfc1867_sid_get.phpt21 --GET--
H A Drfc1867_sid_get_2.phpt23 --GET--
H A Drfc1867_sid_only_cookie.phpt23 --GET--
H A Drfc1867.phpt24 --GET--
H A Drfc1867_inter.phpt24 --GET--
H A Drfc1867_sid_cookie.phpt23 --GET--
/PHP-7.2/sapi/cli/tests/
H A Dphp_cli_server_013.phpt47 GET /main/style.css HTTP/1.1
/PHP-7.2/ext/soap/
H A DTODO59 - HTTP GET/POST binding
/PHP-7.2/ext/snmp/tests/
H A Dsnmp-object.phpt33 echo "GET with preserving original OID names\n";
171 GET with preserving original OID names
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_internal.h433 #define GET(a,n) \ macro
446 #define GET(a,n) \ macro
460 #define GET(a,n) \ macro
481 #define GET(a,n) \ macro
496 #define GET(a,n) \ macro
516 #define GET(a,n) \ macro
H A Dpcre_jit_compile.c579 cc += GET(cc, 1); in no_alternatives()
1405 size = GET(cc, 1); in set_private_data_ptrs()
3570 cc += GET(cc, 1); in scan_prefix()
7298 cc += GET(cc, 1); in compile_assert_matchingpath()
7484 cc += GET(cc, 1); in compile_assert_matchingpath()
7862 cc += GET(cc, 1); in compile_bracket_matchingpath()
8335 cc += GET(cc, 1); in compile_bracket_matchingpath()
8504 cc += GET(cc, 1); in compile_bracketpos_matchingpath()
9914 cc += GET(cc, 1); in compile_bracket_backtrackingpath()
10721 cc += GET(cc, 1); in compile_recurse()
[all …]
/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/
H A DREADME.input_filter61 REGISTER_LONG_CONSTANT("GET", PARSE_GET, CONST_CS | CONST_PERSISTENT);
H A DREADME.TESTING274 that MUST be run as CGI, even if there is no --POST-- or --GET-- sections
H A Dserver-tests.php345 $method = trim($this->options['method'])?strtoupper(trim($this->options['method'])):'GET';
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>
/PHP-7.2/ext/phar/tests/
H A Dphar_setdefaultstub.phpt69 …]) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_METHOD'] == 'GET' || $_SERVER['REQUE…
364 …]) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_METHOD'] == 'GET' || $_SERVER['REQUE…
659 …]) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_METHOD'] == 'GET' || $_SERVER['REQUE…
H A Dphar_createdefaultstub.phpt49 …]) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_METHOD'] == 'GET' || $_SERVER['REQUE…
343 …]) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_METHOD'] == 'GET' || $_SERVER['REQUE…
645 …]) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_METHOD'] == 'GET' || $_SERVER['REQUE…
/PHP-7.2/ext/phar/tests/cache_list/files/
H A Dnophar.phar13 …]) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_METHOD'] == 'GET' || $_SERVER['REQUE…
H A Dopenssl.phar13 …]) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_METHOD'] == 'GET' || $_SERVER['REQUE…
/PHP-7.2/ext/phar/tests/files/
H A Dinclude_path2.phar13 …]) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_METHOD'] == 'GET' || $_SERVER['REQUE…
H A Dnophar.phar13 …]) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_METHOD'] == 'GET' || $_SERVER['REQUE…
H A Dopenssl.phar13 …]) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_METHOD'] == 'GET' || $_SERVER['REQUE…
/PHP-7.2/sapi/fpm/
H A Dwww.conf.in199 ; request method - the request method (GET, POST, ...);
223 ; request method: GET
/PHP-7.2/sapi/fpm/tests/
H A Dtester.inc522 'REQUEST_METHOD' => 'GET',

Completed in 75 milliseconds

12345