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 RectorPrefix202406\Symplify\EasyParallel\Enum; ..

Decoded Output download

<?php

declare (strict_types=1);
namespace RectorPrefix202406\Symplify\EasyParallel\Enum;

/**
 * @api
 */
final class ReactCommand
{
    /**
     * @var string
     */
    public const ACTION = 'action';
    /**
     * @var string
     */
    public const IDENTIFIER = 'identifier';
}
 ?>

Did this file decode correctly?

Original Code

<?php

declare (strict_types=1);
namespace RectorPrefix202406\Symplify\EasyParallel\Enum;

/**
 * @api
 */
final class ReactCommand
{
    /**
     * @var string
     */
    public const ACTION = 'action';
    /**
     * @var string
     */
    public const IDENTIFIER = 'identifier';
}

Function Calls

None

Variables

None

Stats

MD5 da42df43675d3cfb6d496606317adcab
Eval Count 0
Decode Time 79 ms