Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php if (!class_exists('Test6Config')) { class Test6Config extends PhpCsFixer\Config..
Decoded Output download
<?php
if (!class_exists('Test6Config')) {
class Test6Config extends PhpCsFixer\Config {}
}
return new Test6Config();
?>
Did this file decode correctly?
Original Code
<?php
if (!class_exists('Test6Config')) {
class Test6Config extends PhpCsFixer\Config {}
}
return new Test6Config();
Function Calls
class_exists | 1 |
Stats
MD5 | b90c6598b273564f14d2201d48a6d4ac |
Eval Count | 0 |
Decode Time | 84 ms |