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\Symfony\Configs\Enum; final class Doctr..
Decoded Output download
<?php
declare (strict_types=1);
namespace Rector\Symfony\Configs\Enum;
final class DoctrineConfigKey
{
/**
* @var string
*/
public const DBAL = 'dbal';
/**
* @var string
*/
public const ORM = 'orm';
}
?>
Did this file decode correctly?
Original Code
<?php
declare (strict_types=1);
namespace Rector\Symfony\Configs\Enum;
final class DoctrineConfigKey
{
/**
* @var string
*/
public const DBAL = 'dbal';
/**
* @var string
*/
public const ORM = 'orm';
}
Function Calls
None |
Stats
MD5 | 1c79f914ec9ae6219c74ad393cd5f9b1 |
Eval Count | 0 |
Decode Time | 86 ms |