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 declare (strict_types=1); namespace Rector\Enum; final class JsonConstant { /*..

Decoded Output download

<?php

declare (strict_types=1);
namespace Rector\Enum;

final class JsonConstant
{
    /**
     * @var string
     */
    public const INVALID_UTF8_IGNORE = 'JSON_INVALID_UTF8_IGNORE';
    /**
     * @var string
     */
    public const INVALID_UTF8_SUBSTITUTE = 'JSON_INVALID_UTF8_SUBSTITUTE';
    /**
     * @var string
     */
    public const THROW_ON_ERROR = 'JSON_THROW_ON_ERROR';
}
 ?>

Did this file decode correctly?

Original Code

<?php

declare (strict_types=1);
namespace Rector\Enum;

final class JsonConstant
{
    /**
     * @var string
     */
    public const INVALID_UTF8_IGNORE = 'JSON_INVALID_UTF8_IGNORE';
    /**
     * @var string
     */
    public const INVALID_UTF8_SUBSTITUTE = 'JSON_INVALID_UTF8_SUBSTITUTE';
    /**
     * @var string
     */
    public const THROW_ON_ERROR = 'JSON_THROW_ON_ERROR';
}

Function Calls

None

Variables

None

Stats

MD5 a26abb34b988eaa8ef7b33f0b3963643
Eval Count 0
Decode Time 92 ms