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 function readgzfile() by substituting argument 2 with boolean values. --EXTE..
Decoded Output download
--TEST--
Test function readgzfile() by substituting argument 2 with boolean values.
--EXTENSIONS--
zlib
--FILE--
<?php
$filename = __DIR__."/004.txt.gz";
$variation = array(
'lowercase true' => true,
'lowercase false' =>false,
'uppercase TRUE' =>TRUE,
'uppercase FALSE' =>FALSE,
);
foreach ( $variation as $var ) {
var_dump(readgzfile( $filename, $var ) );
}
?>
--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
int(176)
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
int(176)
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
int(176)
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
int(176)
Did this file decode correctly?
Original Code
--TEST--
Test function readgzfile() by substituting argument 2 with boolean values.
--EXTENSIONS--
zlib
--FILE--
<?php
$filename = __DIR__."/004.txt.gz";
$variation = array(
'lowercase true' => true,
'lowercase false' =>false,
'uppercase TRUE' =>TRUE,
'uppercase FALSE' =>FALSE,
);
foreach ( $variation as $var ) {
var_dump(readgzfile( $filename, $var ) );
}
?>
--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
int(176)
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
int(176)
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
int(176)
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
int(176)
Function Calls
None |
Stats
MD5 | f42ccc7e300114aba06d1689fa5df049 |
Eval Count | 0 |
Decode Time | 98 ms |