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\HttpKernel\Tests\Fixtures; class ClearableService { ..

Decoded Output download

<?php

namespace Symfony\Component\HttpKernel\Tests\Fixtures;

class ClearableService
{
    public static $counter = 0;

    public function clear()
    {
        ++self::$counter;
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Symfony\Component\HttpKernel\Tests\Fixtures;

class ClearableService
{
    public static $counter = 0;

    public function clear()
    {
        ++self::$counter;
    }
}

Function Calls

None

Variables

None

Stats

MD5 c959ae8adefc016302b21a628a711003
Eval Count 0
Decode Time 79 ms