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 Symfony\Component\ErrorHandler\Tests\Fixtures\FinalConstant; class Overr..

Decoded Output download

<?php

namespace Symfony\Component\ErrorHandler\Tests\Fixtures\FinalConstant;

class OverrideFinalConstant extends FinalConstants
{
    public const FOO = 'FOO';

    protected const OVERRIDDEN_FINAL_PARENT_CLASS = 'O_OVERRIDDEN_FINAL_PARENT_CLASS';

    protected const OVERRIDDEN_NOT_FINAL_PARENT_CLASS = 'O_OVERRIDDEN_NOT_FINAL_PARENT_CLASS';

    public const OVERRIDDEN_FINAL_PARENT_PARENT_CLASS = 'O_OVERRIDDEN_FINAL_PARENT_PARENT_CLASS';

    public const OVERRIDDEN_NOT_FINAL_PARENT_PARENT_CLASS = 'O_OVERRIDDEN_NOT_FINAL_PARENT_PARENT_CLASS';

    private const CCC = 'CCC';
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Symfony\Component\ErrorHandler\Tests\Fixtures\FinalConstant;

class OverrideFinalConstant extends FinalConstants
{
    public const FOO = 'FOO';

    protected const OVERRIDDEN_FINAL_PARENT_CLASS = 'O_OVERRIDDEN_FINAL_PARENT_CLASS';

    protected const OVERRIDDEN_NOT_FINAL_PARENT_CLASS = 'O_OVERRIDDEN_NOT_FINAL_PARENT_CLASS';

    public const OVERRIDDEN_FINAL_PARENT_PARENT_CLASS = 'O_OVERRIDDEN_FINAL_PARENT_PARENT_CLASS';

    public const OVERRIDDEN_NOT_FINAL_PARENT_PARENT_CLASS = 'O_OVERRIDDEN_NOT_FINAL_PARENT_PARENT_CLASS';

    private const CCC = 'CCC';
}

Function Calls

None

Variables

None

Stats

MD5 12fa3500c938038f6b9bb90cf01337ff
Eval Count 0
Decode Time 84 ms