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\PropertyInfo\Tests\Fixtures\TraitUsage\AnotherNamespace..

Decoded Output download

<?php

namespace Symfony\Component\PropertyInfo\Tests\Fixtures\TraitUsage\AnotherNamespace;

trait DummyTraitInAnotherNamespace
{
    /**
     * @var DummyInAnotherNamespace
     */
    public $dummyInAnotherNamespace;
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Symfony\Component\PropertyInfo\Tests\Fixtures\TraitUsage\AnotherNamespace;

trait DummyTraitInAnotherNamespace
{
    /**
     * @var DummyInAnotherNamespace
     */
    public $dummyInAnotherNamespace;
}

Function Calls

None

Variables

None

Stats

MD5 a9945ace7f18cd48ab35a8ac3a2ca878
Eval Count 0
Decode Time 88 ms