summaryrefslogtreecommitdiff
path: root/ext/standard/tests/general_functions/header_redirection_003.phpt
blob: 678e3143acd49fef276379c270b49289102cda5d (plain)
1
2
3
4
5
6
7
8
9
10
11
--TEST--
Location: headers respect the header() response code parameter
--CGI--
--FILE--
<?php
header('Location: http://example.com/', true, 404);
?>
--EXPECTHEADERS--
Status: 404 Not Found
Location: http://example.com/
--EXPECT--