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; class PrivateFinalMethod extends MethodIssue { public c..
Decoded Output download
<?php
namespace Psalm\Issue;
class PrivateFinalMethod extends MethodIssue
{
public const ERROR_LEVEL = 2;
public const SHORTCODE = 320;
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Psalm\Issue;
class PrivateFinalMethod extends MethodIssue
{
public const ERROR_LEVEL = 2;
public const SHORTCODE = 320;
}
Function Calls
None |
Stats
MD5 | 236d5739f695e4eab01510ceff534a38 |
Eval Count | 0 |
Decode Time | 80 ms |