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 /** * @author Pieter Wiersema <[email protected]> * @copyright Copyright..
Decoded Output download
<?php
/**
* @author Pieter Wiersema <[email protected]>
* @copyright Copyright (c) 2011-now AllCode, https://allcode.nl
*/
namespace LaminasTest\Code\Reflection\TestAsset;
class TestSampleClass14
{
/**
* @var string
*/
public $onlyType;
/**
* @var string Foo bar
*/
public $typeDescription;
/**
* @var string $typeName
*/
public $typeName;
/**
* @var string $typeNameDescription Foo bar
*/
public $typeNameDescription;
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* @author Pieter Wiersema <[email protected]>
* @copyright Copyright (c) 2011-now AllCode, https://allcode.nl
*/
namespace LaminasTest\Code\Reflection\TestAsset;
class TestSampleClass14
{
/**
* @var string
*/
public $onlyType;
/**
* @var string Foo bar
*/
public $typeDescription;
/**
* @var string $typeName
*/
public $typeName;
/**
* @var string $typeNameDescription Foo bar
*/
public $typeNameDescription;
}
Function Calls
| None |
Stats
| MD5 | 2364b92e04dd0cf6cbc11240cc7dc535 |
| Eval Count | 0 |
| Decode Time | 98 ms |