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; /** * @method string subInterfa..
Decoded Output download
<?php
namespace Symfony\Component\Debug\Tests\Fixtures;
/**
* @method string subInterfaceMethod()
*/
interface VirtualSubInterface extends VirtualInterface
{
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Symfony\Component\Debug\Tests\Fixtures;
/**
* @method string subInterfaceMethod()
*/
interface VirtualSubInterface extends VirtualInterface
{
}
Function Calls
None |
Stats
MD5 | 25468410a71568c5722e1dc8cd54a122 |
Eval Count | 0 |
Decode Time | 85 ms |