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 class Foo { const FOO = 'foo'; public function bar(): ? int { ..

Decoded Output download

<?php

class Foo
{
    const FOO = 'foo';

    public function bar(): ? int
    {
        return 0;
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

class Foo
{
    const FOO = 'foo';

    public function bar(): ? int
    {
        return 0;
    }
}

Function Calls

None

Variables

None

Stats

MD5 6e4a16aa189c318be03ef1eababa5742
Eval Count 0
Decode Time 91 ms