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; class AnnotatedClass { /** ..

Decoded Output download

<?php

namespace Symfony\Component\Debug\Tests\Fixtures;

class AnnotatedClass
{
    /**
     * @deprecated
     */
    public function deprecatedMethod()
    {
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Symfony\Component\Debug\Tests\Fixtures;

class AnnotatedClass
{
    /**
     * @deprecated
     */
    public function deprecatedMethod()
    {
    }
}

Function Calls

None

Variables

None

Stats

MD5 5bc2dc7baf769cffac6adc70c2f34e95
Eval Count 0
Decode Time 82 ms