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 UndefinedFunction extends FunctionIssue { p..
Decoded Output download
<?php
namespace Psalm\Issue;
final class UndefinedFunction extends FunctionIssue
{
public const ERROR_LEVEL = -1;
public const SHORTCODE = 21;
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Psalm\Issue;
final class UndefinedFunction extends FunctionIssue
{
public const ERROR_LEVEL = -1;
public const SHORTCODE = 21;
}
Function Calls
None |
Stats
MD5 | b60962e7a4d4f5560e34488105963007 |
Eval Count | 0 |
Decode Time | 77 ms |