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 namespace LaminasTest\Code\TestAsset { use A\B\C as X; use Foo\Bar; use OtherT..

Decoded Output download

<?php

namespace LaminasTest\Code\TestAsset {

    use A\B\C as X;
use Foo\Bar;
use OtherThing\SomethingElse;
use Something\More as SM;

    class Baz
    {
        public function __construct(Bar\Boo $boo, Bam $bam)
        {

        }
    }

    class ExtendingSomethingMore extends SM\Blah
    {

    }

}


namespace {

    use X\Y\Z;

    class Foo
    {
        public function setGlobalStuff(GlobalStuff $stuff)
        {

        }
    }

}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace LaminasTest\Code\TestAsset {

    use A\B\C as X;
use Foo\Bar;
use OtherThing\SomethingElse;
use Something\More as SM;

    class Baz
    {
        public function __construct(Bar\Boo $boo, Bam $bam)
        {

        }
    }

    class ExtendingSomethingMore extends SM\Blah
    {

    }

}


namespace {

    use X\Y\Z;

    class Foo
    {
        public function setGlobalStuff(GlobalStuff $stuff)
        {

        }
    }

}

Function Calls

None

Variables

None

Stats

MD5 17e15a1037c1b12bc1d5577dbbf98f6a
Eval Count 0
Decode Time 99 ms