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 UndefinedInterfaceMethod extends MethodIssue { ..

Decoded Output download

<?php

namespace Psalm\Issue;

final class UndefinedInterfaceMethod extends MethodIssue
{
    public const ERROR_LEVEL = 5;
    public const SHORTCODE = 181;
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Psalm\Issue;

final class UndefinedInterfaceMethod extends MethodIssue
{
    public const ERROR_LEVEL = 5;
    public const SHORTCODE = 181;
}

Function Calls

None

Variables

None

Stats

MD5 e078c41104c53a6add5c39c7b4606195
Eval Count 0
Decode Time 72 ms