Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
--TEST-- Phar front controller 404 zip-based --INI-- phar.require_hash=0 --EXTENSIONS-- ph..
Decoded Output download
<? --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>
?>
Did this file decode correctly?
Original Code
--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>
Function Calls
None |
Stats
MD5 | 7e28a60eea93d273e4160cbc230edf3b |
Eval Count | 0 |
Decode Time | 88 ms |