Searched refs:getallheaders (Results 1 – 12 of 12) sorted by relevance
/PHP-8.2/sapi/fpm/tests/ |
H A D | getallheaders.phpt | 2 FPM: Function getallheaders basic test 25 var_dump(getallheaders());
|
/PHP-8.2/sapi/cli/ |
H A D | php_cli_server.stub.php | 7 function getallheaders(): array {} function
|
H A D | php_cli_server.c | 500 PHP_FALIAS(getallheaders, apache_request_headers, arginfo_getallheaders)
|
/PHP-8.2/sapi/cgi/ |
H A D | cgi_main.stub.php | 10 function getallheaders(): array {} function
|
H A D | cgi_main_arginfo.h | 23 ZEND_FALIAS(getallheaders, apache_request_headers, arginfo_getallheaders)
|
/PHP-8.2/sapi/fpm/fpm/ |
H A D | fpm_main.stub.php | 10 function getallheaders(): array {} function
|
H A D | fpm_main_arginfo.h | 24 ZEND_FALIAS(getallheaders, apache_request_headers, arginfo_getallheaders)
|
/PHP-8.2/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-8.2/sapi/litespeed/ |
H A D | lsapi_main.stub.php | 8 function getallheaders(): array {} function
|
H A D | lsapi_main_arginfo.h | 30 ZEND_FALIAS(getallheaders, litespeed_request_headers, arginfo_getallheaders)
|
/PHP-8.2/sapi/apache2handler/ |
H A D | php_functions.stub.php | 12 function getallheaders(): array {} function
|
H A D | php_functions_arginfo.h | 56 ZEND_FALIAS(getallheaders, apache_request_headers, arginfo_getallheaders)
|
Completed in 26 milliseconds