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-- Test compress.zlib:// scheme with the file_get_contents --EXTENSIONS-- zlib --FIL..
Decoded Output download
--TEST--
Test compress.zlib:// scheme with the file_get_contents
--EXTENSIONS--
zlib
--FILE--
<?php
$inputFileName = __DIR__."/004.txt.gz";
$srcFile = "compress.zlib://$inputFileName";
readfile($srcFile);
?>
--EXPECT--
When you're taught through feelings
Destiny flying high above
all I know is that you can realize it
Destiny who cares
as it turns around
and I know that it descends down on me
Did this file decode correctly?
Original Code
--TEST--
Test compress.zlib:// scheme with the file_get_contents
--EXTENSIONS--
zlib
--FILE--
<?php
$inputFileName = __DIR__."/004.txt.gz";
$srcFile = "compress.zlib://$inputFileName";
readfile($srcFile);
?>
--EXPECT--
When you're taught through feelings
Destiny flying high above
all I know is that you can realize it
Destiny who cares
as it turns around
and I know that it descends down on me
Function Calls
None |
Stats
MD5 | a244ded0f838d53d2c5ffa17a35aef39 |
Eval Count | 0 |
Decode Time | 72 ms |