Home
last modified time | relevance | path

Searched refs:apache_response_headers (Results 1 – 8 of 8) sorted by relevance

/PHP-7.1/sapi/cgi/tests/
H A Dapache_response_headers.phpt2 apache_response_headers()
14 $test_file = dirname(__FILE__) . DIRECTORY_SEPARATOR ."apache_response_headers.test.php";
25 var_dump( apache_response_headers() );
37 @unlink( dirname(__FILE__) . DIRECTORY_SEPARATOR ."apache_response_headers.test.php" );
/PHP-7.1/sapi/cli/tests/
H A Dphp_cli_server_019.phpt14 var_dump(apache_response_headers());
/PHP-7.1/sapi/apache2handler/
H A Dphp_functions.c197 PHP_FUNCTION(apache_response_headers) in PHP_FUNCTION() argument
524 PHP_FE(apache_response_headers, arginfo_apache2handler_response_headers)
/PHP-7.1/sapi/litespeed/
H A DREADME.md210 Since 4.0 release "apache_response_headers" function is supported.
H A Dlsapi_main.c1406 PHP_FALIAS(apache_response_headers, litespeed_response_headers, arginfo_litespeed__void)
/PHP-7.1/sapi/cgi/
H A Dcgi_main.c1756 PHP_FUNCTION(apache_response_headers) /* {{{ */ argument
1773 PHP_FE(apache_response_headers, arginfo_no_args)
/PHP-7.1/sapi/cli/
H A Dphp_cli_server.c426 PHP_FUNCTION(apache_response_headers) /* {{{ */ in PHP_FUNCTION() argument
488 PHP_FE(apache_response_headers, arginfo_no_args)
/PHP-7.1/
H A DNEWS174 . Fixed bug #76954 (apache_response_headers removes last character from header

Completed in 69 milliseconds