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