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 GraphQL\Tests\Type\PhpEnumType; use GraphQL\Typ..

Decoded Output download

<?php declare(strict_types=1);

namespace GraphQL\Tests\Type\PhpEnumType;

use GraphQL\Type\Definition\Description;

#[Description(description: 'foo')]
// @phpstan-ignore-next-line intentionally wrong
#[Description(description: 'bar')]
enum MultipleDescriptionsPhpEnum
{
    case A;
}
 ?>

Did this file decode correctly?

Original Code

<?php declare(strict_types=1);

namespace GraphQL\Tests\Type\PhpEnumType;

use GraphQL\Type\Definition\Description;

#[Description(description: 'foo')]
// @phpstan-ignore-next-line intentionally wrong
#[Description(description: 'bar')]
enum MultipleDescriptionsPhpEnum
{
    case A;
}

Function Calls

None

Variables

None

Stats

MD5 18db4e857e2fae8b6fb67f8ec843a2de
Eval Count 0
Decode Time 83 ms