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