25 lines
434 B
Plaintext
25 lines
434 B
Plaintext
|
|
--TEST--
|
||
|
|
Phar front controller 404 zip-based
|
||
|
|
--INI--
|
||
|
|
phar.require_hash=0
|
||
|
|
--EXTENSIONS--
|
||
|
|
phar
|
||
|
|
zlib
|
||
|
|
--ENV--
|
||
|
|
SCRIPT_NAME=/frontcontroller6.phar.php
|
||
|
|
REQUEST_URI=/frontcontroller6.phar.php/notfound.php
|
||
|
|
PATH_INFO=/notfound.php
|
||
|
|
--FILE_EXTERNAL--
|
||
|
|
files/frontcontroller.phar.zip
|
||
|
|
--EXPECTHEADERS--
|
||
|
|
Status: 404 Not Found
|
||
|
|
--EXPECT--
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<title>File Not Found</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<h1>404 - File Not Found</h1>
|
||
|
|
</body>
|
||
|
|
</html>
|