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::getSupportedCompression() (zlib only) --EXTENSIONS-- phar zlib --SKIPIF-- <..
Decoded Output download
--TEST--
Phar::getSupportedCompression() (zlib only)
--EXTENSIONS--
phar
zlib
--SKIPIF--
<?php if (extension_loaded("bz2")) die("skip bz2 is available"); ?>
--INI--
phar.require_hash=0
--FILE--
<?php
var_dump(Phar::getSupportedCompression());
?>
--EXPECT--
array(1) {
[0]=>
string(2) "GZ"
}
Did this file decode correctly?
Original Code
--TEST--
Phar::getSupportedCompression() (zlib only)
--EXTENSIONS--
phar
zlib
--SKIPIF--
<?php if (extension_loaded("bz2")) die("skip bz2 is available"); ?>
--INI--
phar.require_hash=0
--FILE--
<?php
var_dump(Phar::getSupportedCompression());
?>
--EXPECT--
array(1) {
[0]=>
string(2) "GZ"
}
Function Calls
extension_loaded | 1 |
Stats
MD5 | e552a0753bf61fb77b3e36f5de16aa80 |
Eval Count | 0 |
Decode Time | 101 ms |