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";
$contents = file_get_contents($srcFile);
echo $contents;
?>
--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";
$contents = file_get_contents($srcFile);
echo $contents;
?>
--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

Variables

None

Stats

MD5 5f51f63bb0a206040c0c941c4ac71697
Eval Count 0
Decode Time 74 ms