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 JMSSetList
{
    /**
     * @var string
     */
    public const ANNOTATIONS_TO_ATTRIBUTES = __DIR__ . '/../../config/sets/jms/annotations-to-attributes.php';
}
 ?>

Did this file decode correctly?

Original Code

<?php

declare (strict_types=1);
namespace Rector\Symfony\Set;

/**
 * @api
 */
final class JMSSetList
{
    /**
     * @var string
     */
    public const ANNOTATIONS_TO_ATTRIBUTES = __DIR__ . '/../../config/sets/jms/annotations-to-attributes.php';
}

Function Calls

None

Variables

None

Stats

MD5 cc1cd5219c5ab3117d8b84d4a3a40beb
Eval Count 0
Decode Time 76 ms