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 /** @generate-class-entries */ final class Attribute { public int $flags; ..

Decoded Output download

<?php

/** @generate-class-entries */

final class Attribute
{
    public int $flags;

    public function __construct(int $flags = Attribute::TARGET_ALL) {}
}

final class ReturnTypeWillChange
{
    public function __construct() {}
}
 ?>

Did this file decode correctly?

Original Code

<?php

/** @generate-class-entries */

final class Attribute
{
    public int $flags;

    public function __construct(int $flags = Attribute::TARGET_ALL) {}
}

final class ReturnTypeWillChange
{
    public function __construct() {}
}

Function Calls

None

Variables

None

Stats

MD5 280335cd3a5d5bd3bafc5b9e37baa12c
Eval Count 0
Decode Time 80 ms