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