Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/session/tests/
H A Drfc1867_sid_get.phpt20 --GET--
H A Drfc1867_sid_get_2.phpt22 --GET--
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_013.phpt47 GET /main/style.css HTTP/1.1
/PHP-5.5/ext/soap/
H A DTODO59 - HTTP GET/POST binding
/PHP-5.5/ext/snmp/tests/
H A Dsnmp-object.phpt33 echo "GET with preserving original OID names\n";
171 GET with preserving original OID names
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_internal.h437 #define GET(a,n) \ macro
450 #define GET(a,n) \ macro
464 #define GET(a,n) \ macro
485 #define GET(a,n) \ macro
500 #define GET(a,n) \ macro
520 #define GET(a,n) \ macro
H A Dpcre_jit_compile.c559 cc += GET(cc, 1); in no_alternatives()
1195 size = GET(cc, 1); in set_private_data_ptrs()
3334 cc += GET(cc, 1); in scan_prefix()
6502 cc += GET(cc, 1); in compile_assert_matchingpath()
6668 cc += GET(cc, 1); in compile_assert_matchingpath()
7040 cc += GET(cc, 1); in compile_bracket_matchingpath()
7513 cc += GET(cc, 1); in compile_bracket_matchingpath()
7678 cc += GET(cc, 1); in compile_bracketpos_matchingpath()
8905 cc += GET(cc, 1); in compile_bracket_backtrackingpath()
9710 cc += GET(cc, 1); in compile_recurse()
[all …]
/PHP-5.5/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-5.5/
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.php353 $method = trim($this->options['method'])?strtoupper(trim($this->options['method'])):'GET';
H A DINSTALL1831 16. Is PHP limited to process GET and POST request methods only?
2112 Is PHP limited to process GET and POST request methods only?
2114 Proper response status can be sent with header(). If only GET
2118 <LimitExcept GET POST>
H A Dphp.ini-development388 ; How many GET/POST/COOKIE input variables may be accepted
600 ; globals: GET, POST, COOKIE, ENV and SERVER. There is a performance penalty
H A Dphp.ini-production388 ; How many GET/POST/COOKIE input variables may be accepted
600 ; globals: GET, POST, COOKIE, ENV and SERVER. There is a performance penalty
H A DNEWS3492 . Allow ~infinite OIDs in GET/GETNEXT/SET queries. Autochunk them to max_oids
/PHP-5.5/ext/phar/tests/
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…
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…
/PHP-5.5/ext/phar/tests/files/
H A Dnophar.phar13 …]) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_METHOD'] == 'GET' || $_SERVER['REQUE…
H A Dinclude_path2.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-5.5/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-5.5/sapi/fpm/
H A Dphp-fpm.conf.in316 ; request method - the request method (GET, POST, ...);
340 ; request method: GET
/PHP-5.5/win32/
H A Dinstall.txt1461 17. Is PHP limited to process GET and POST request methods only?
1799 17. Is PHP limited to process GET and POST request methods only?
1802 response status can be sent with header(). If only GET and POST methods
1804 <LimitExcept GET POST>

Completed in 131 milliseconds

1234