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 Doctrine\Tests\Models\DDC2504; use Doctrine\OR..
Decoded Output download
<?php
declare(strict_types=1);
namespace Doctrine\Tests\Models\DDC2504;
use Doctrine\ORM\Mapping\Entity;
#[Entity]
class DDC2504ChildClass extends DDC2504RootClass
{
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
namespace Doctrine\Tests\Models\DDC2504;
use Doctrine\ORM\Mapping\Entity;
#[Entity]
class DDC2504ChildClass extends DDC2504RootClass
{
}
Function Calls
None |
Stats
MD5 | 0f7ea59e2a600f58dbf19e15d703553a |
Eval Count | 0 |
Decode Time | 89 ms |