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\GH10334; enum GH10334Pro..

Decoded Output download

<?php

declare(strict_types=1);

namespace Doctrine\Tests\Models\GH10334;

enum GH10334ProductTypeId: string
{
    case Jean  = 'jean';
    case Short = 'short';
}
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

namespace Doctrine\Tests\Models\GH10334;

enum GH10334ProductTypeId: string
{
    case Jean  = 'jean';
    case Short = 'short';
}

Function Calls

None

Variables

None

Stats

MD5 8db2d8e0e563d73bdfda34b064b77e9c
Eval Count 0
Decode Time 95 ms