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\DDC1590; use Doctrine\OR..
Decoded Output download
<?php
declare(strict_types=1);
namespace Doctrine\Tests\Models\DDC1590;
use Doctrine\ORM\Mapping\Column;
use Doctrine\ORM\Mapping\Entity;
use Doctrine\ORM\Mapping\Table;
use Doctrine\Tests\Models\DDC1590\DDC1590Entity;
#[Table(name: 'users')]
#[Entity]
class DDC1590User extends DDC1590Entity
{
/** @var string */
#[Column(type: 'string', length: 255)]
protected $name;
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
namespace Doctrine\Tests\Models\DDC1590;
use Doctrine\ORM\Mapping\Column;
use Doctrine\ORM\Mapping\Entity;
use Doctrine\ORM\Mapping\Table;
use Doctrine\Tests\Models\DDC1590\DDC1590Entity;
#[Table(name: 'users')]
#[Entity]
class DDC1590User extends DDC1590Entity
{
/** @var string */
#[Column(type: 'string', length: 255)]
protected $name;
}
Function Calls
None |
Stats
MD5 | ec50c1401b79f5718a854c6ecb2a1fef |
Eval Count | 0 |
Decode Time | 81 ms |