PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
rector
/
rector-downgrade-php
/
src
/
Enum
<?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'; }
[+]
..
[-] JsonConstant.php
[edit]