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 Test\Symfony\Component\ErrorHandler\Tests\Fixtures; interface OutsideInt..
Decoded Output download
<?php
namespace Test\Symfony\Component\ErrorHandler\Tests\Fixtures;
interface OutsideInterface
{
/**
* @return string - should not be reported as it's in a non-Symfony namespace
*/
public function outsideMethod();
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Test\Symfony\Component\ErrorHandler\Tests\Fixtures;
interface OutsideInterface
{
/**
* @return string - should not be reported as it's in a non-Symfony namespace
*/
public function outsideMethod();
}
Function Calls
None |
Stats
MD5 | 31dfccdad981ca83d30a5924010441b1 |
Eval Count | 0 |
Decode Time | 83 ms |