mirror of
https://github.com/php/php-src.git
synced 2026-04-21 15:08:16 +02:00
7485978339
This is an automated migration of most SKIPIF extension_loaded checks.
25 lines
434 B
PHP
25 lines
434 B
PHP
--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>
|