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 ParentNotFound extends CodeIssue { public c..
Decoded Output download
<?php
namespace Psalm\Issue;
final class ParentNotFound extends CodeIssue
{
public const ERROR_LEVEL = -1;
public const SHORTCODE = 17;
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Psalm\Issue;
final class ParentNotFound extends CodeIssue
{
public const ERROR_LEVEL = -1;
public const SHORTCODE = 17;
}
Function Calls
None |
Stats
MD5 | 5fa427e0e357110d3d0cc594a9792e0e |
Eval Count | 0 |
Decode Time | 129 ms |