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 NoInterfaceProperties extends ClassIssue { ..
Decoded Output download
<?php
namespace Psalm\Issue;
final class NoInterfaceProperties extends ClassIssue
{
public const ERROR_LEVEL = 4;
public const SHORTCODE = 28;
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Psalm\Issue;
final class NoInterfaceProperties extends ClassIssue
{
public const ERROR_LEVEL = 4;
public const SHORTCODE = 28;
}
Function Calls
None |
Stats
MD5 | 6baa0fa2dc1d09ba4fb9cd9fd5d0702a |
Eval Count | 0 |
Decode Time | 85 ms |