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('Test3Config')) { class Test3Config extends PhpCsFixer\Config..
Decoded Output download
<?php
if (!class_exists('Test3Config')) {
class Test3Config extends PhpCsFixer\Config {}
}
return new Test3Config();
?>
Did this file decode correctly?
Original Code
<?php
if (!class_exists('Test3Config')) {
class Test3Config extends PhpCsFixer\Config {}
}
return new Test3Config();
Function Calls
class_exists | 1 |
Stats
MD5 | 4b642b98bf4bfe191a257dae5abce3c1 |
Eval Count | 0 |
Decode Time | 116 ms |