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\Set; /** * @api */ final clas..
Decoded Output download
<?php
declare (strict_types=1);
namespace Rector\Symfony\Set;
/**
* @api
*/
final class SensiolabsSetList
{
/**
* @var string
*/
public const ANNOTATIONS_TO_ATTRIBUTES = __DIR__ . '/../../config/sets/sensiolabs/annotations-to-attributes.php';
}
?>
Did this file decode correctly?
Original Code
<?php
declare (strict_types=1);
namespace Rector\Symfony\Set;
/**
* @api
*/
final class SensiolabsSetList
{
/**
* @var string
*/
public const ANNOTATIONS_TO_ATTRIBUTES = __DIR__ . '/../../config/sets/sensiolabs/annotations-to-attributes.php';
}
Function Calls
None |
Stats
MD5 | 823948f0214f2992b94b92510b3e9fb6 |
Eval Count | 0 |
Decode Time | 220 ms |