Searched refs:getallheaders (Results 1 – 12 of 12) sorted by relevance
/PHP-5.6/sapi/cli/tests/ |
H A D | php_cli_server_019.phpt | 2 Implement Req #65917 (getallheaders() is not supported by the built-in web server) 12 var_dump(getallheaders());
|
/PHP-5.6/sapi/aolserver/ |
H A D | aolserver.c | 241 PHP_FUNCTION(getallheaders); 249 PHP_FE(getallheaders, arginfo_aolserver_getallheaders) 266 PHP_FUNCTION(getallheaders) in PHP_FUNCTION() argument
|
/PHP-5.6/sapi/apache2filter/ |
H A D | php_functions.c | 401 PHP_FALIAS(getallheaders, apache_request_headers, arginfo_apache2filter_getallheaders)
|
/PHP-5.6/sapi/apache_hooks/ |
H A D | README | 78 getallheaders
|
H A D | php_apache.c | 94 PHP_FALIAS(getallheaders, apache_request_headers, arginfo_apachehooks__void)
|
/PHP-5.6/sapi/apache2handler/ |
H A D | php_functions.c | 526 PHP_FALIAS(getallheaders, apache_request_headers, arginfo_apache2handler_getallheaders)
|
/PHP-5.6/sapi/apache/ |
H A D | php_apache.c | 109 PHP_FALIAS(getallheaders, apache_request_headers, arginfo_apache_request_headers)
|
/PHP-5.6/sapi/nsapi/ |
H A D | nsapi.c | 191 PHP_FALIAS(getallheaders, nsapi_request_headers, arginfo_nsapi_request_headers) /* compatibility */
|
/PHP-5.6/sapi/litespeed/ |
H A D | lsapi_main.c | 1615 PHP_FALIAS(getallheaders, litespeed_request_headers, arginfo_litespeed__void)
|
/PHP-5.6/sapi/cgi/ |
H A D | cgi_main.c | 1718 PHP_FALIAS(getallheaders, apache_request_headers, arginfo_no_args)
|
/PHP-5.6/sapi/cli/ |
H A D | php_cli_server.c | 602 PHP_FALIAS(getallheaders, apache_request_headers, arginfo_no_args)
|
/PHP-5.6/ |
H A D | NEWS | 3020 . Implemented FR #65917 (getallheaders() is not supported by the built-in web 4930 getallheaders(), apache_request_headers() and apache_response_headers()
|
Completed in 79 milliseconds