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\DDC3293; class DDC3293Us..

Decoded Output download

<?php

declare(strict_types=1);

namespace Doctrine\Tests\Models\DDC3293;

class DDC3293User
{
    /** @var string */
    protected $id;

    /** @var DDC3293Address */
    protected $address;
}
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

namespace Doctrine\Tests\Models\DDC3293;

class DDC3293User
{
    /** @var string */
    protected $id;

    /** @var DDC3293Address */
    protected $address;
}

Function Calls

None

Variables

None

Stats

MD5 be3cfe4ad049349cf1d9622c12ab7afc
Eval Count 0
Decode Time 104 ms