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 Psr\Log\Test; /** * This class is internal and does not follow the BC p..
Decoded Output download
<?php
namespace Psr\Log\Test;
/**
* This class is internal and does not follow the BC promise.
*
* Do NOT use this class in any way.
*
* @internal
*/
class DummyTest
{
public function __toString()
{
return 'DummyTest';
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Psr\Log\Test;
/**
* This class is internal and does not follow the BC promise.
*
* Do NOT use this class in any way.
*
* @internal
*/
class DummyTest
{
public function __toString()
{
return 'DummyTest';
}
}
Function Calls
None |
Stats
MD5 | 52cb71ea2645f556b4e1e519d1c78a76 |
Eval Count | 0 |
Decode Time | 94 ms |