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 DaveLiddament\PhpLanguageExtensions; /** * Ad..

Decoded Output download

<?php

declare(strict_types=1);

namespace DaveLiddament\PhpLanguageExtensions;

/**
 * Add to a method to indicate it is overriding a method in a parent class/interface.
 */
#[\Attribute(\Attribute::TARGET_METHOD)]
final class Override
{
    public function __construct()
    {
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

namespace DaveLiddament\PhpLanguageExtensions;

/**
 * Add to a method to indicate it is overriding a method in a parent class/interface.
 */
#[\Attribute(\Attribute::TARGET_METHOD)]
final class Override
{
    public function __construct()
    {
    }
}

Function Calls

None

Variables

None

Stats

MD5 101e2f80b25bdd7d2ac9c01c1b868512
Eval Count 0
Decode Time 88 ms