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\BetterPhpDocParser\ValueObject\DoctrineA..
Decoded Output download
<?php
declare (strict_types=1);
namespace Rector\BetterPhpDocParser\ValueObject\DoctrineAnnotation;
final class SilentKeyMap
{
/**
* @var array<string, string>
*/
public const CLASS_NAMES_TO_SILENT_KEYS = ['Symfony\Component\Routing\Annotation\Route' => 'path'];
}
?>
Did this file decode correctly?
Original Code
<?php
declare (strict_types=1);
namespace Rector\BetterPhpDocParser\ValueObject\DoctrineAnnotation;
final class SilentKeyMap
{
/**
* @var array<string, string>
*/
public const CLASS_NAMES_TO_SILENT_KEYS = ['Symfony\\Component\\Routing\\Annotation\\Route' => 'path'];
}
Function Calls
None |
Stats
MD5 | 4a661f1d32db16ad9b9368a4d8578e02 |
Eval Count | 0 |
Decode Time | 103 ms |