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 Symfony\Component\Debug\Tests\Fixtures; trait TraitWithInternalMethod { ..

Decoded Output download

<?php

namespace Symfony\Component\Debug\Tests\Fixtures;

trait TraitWithInternalMethod
{
    /**
     * @internal
     */
    public function foo()
    {
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Symfony\Component\Debug\Tests\Fixtures;

trait TraitWithInternalMethod
{
    /**
     * @internal
     */
    public function foo()
    {
    }
}

Function Calls

None

Variables

None

Stats

MD5 fd440a61603f337fdabd9d4bb54cc960
Eval Count 0
Decode Time 89 ms