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\ValueO..
Decoded Output download
<?php
declare (strict_types=1);
namespace RectorPrefix202406\Symplify\EasyParallel\ValueObject;
/**
* @api
*/
final class EasyParallelConfig
{
/**
* @var string
*/
public const FILE_PATH = __DIR__ . '/../../config/config.php';
}
?>
Did this file decode correctly?
Original Code
<?php
declare (strict_types=1);
namespace RectorPrefix202406\Symplify\EasyParallel\ValueObject;
/**
* @api
*/
final class EasyParallelConfig
{
/**
* @var string
*/
public const FILE_PATH = __DIR__ . '/../../config/config.php';
}
Function Calls
None |
Stats
MD5 | 2bbb34f7d1555b364fd1eda59c4ce957 |
Eval Count | 0 |
Decode Time | 83 ms |