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 LaminasTest\Code\Generator\TestAsset; class ExtendedClassWithProperties ..
Decoded Output download
<?php
namespace LaminasTest\Code\Generator\TestAsset;
class ExtendedClassWithProperties extends ClassWithProperties
{
public $publicExtendedClassProperty;
protected $protectedExtendedClassProperty;
private $privateExtendedClassProperty;
}
?>
Did this file decode correctly?
Original Code
<?php
namespace LaminasTest\Code\Generator\TestAsset;
class ExtendedClassWithProperties extends ClassWithProperties
{
public $publicExtendedClassProperty;
protected $protectedExtendedClassProperty;
private $privateExtendedClassProperty;
}
Function Calls
None |
Stats
MD5 | 2fb3d25f14239b9cb0dce9cdfe0f3e6d |
Eval Count | 0 |
Decode Time | 151 ms |