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 namespace Psalm\Issue; final class InheritorViolation extends CodeIssue { publ..
Decoded Output download
<?php
namespace Psalm\Issue;
final class InheritorViolation extends CodeIssue
{
public const ERROR_LEVEL = 4;
public const SHORTCODE = 283;
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Psalm\Issue;
final class InheritorViolation extends CodeIssue
{
public const ERROR_LEVEL = 4;
public const SHORTCODE = 283;
}
Function Calls
None |
Stats
MD5 | 9d3801773fab81ca7c97e10dd1c5b89b |
Eval Count | 0 |
Decode Time | 99 ms |