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\ORM\Mapping; use Attribute; #[Attrib..

Decoded Output download

<?php

declare(strict_types=1);

namespace Doctrine\ORM\Mapping;

use Attribute;

#[Attribute(Attribute::TARGET_PROPERTY)]
final class CustomIdGenerator implements MappingAttribute
{
    public function __construct(
        public readonly string|null $class = null,
    ) {
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

namespace Doctrine\ORM\Mapping;

use Attribute;

#[Attribute(Attribute::TARGET_PROPERTY)]
final class CustomIdGenerator implements MappingAttribute
{
    public function __construct(
        public readonly string|null $class = null,
    ) {
    }
}

Function Calls

None

Variables

None

Stats

MD5 1cfac448fa9f3f2a217481ea0adb6535
Eval Count 0
Decode Time 86 ms