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 Genex\Element\Cls; class Constant extends \Genex\Element\Constant { publ..
Decoded Output download
<?php
namespace Genex\Element\Cls;
class Constant extends \Genex\Element\Constant {
public $cls;
public function __construct(\Genex\Element\Cls $class, $name, $value) {
$this->cls = $class;
parent::__construct($name, $value);
}
public function __toString() {
return $this->cls->name."::".$this->name;
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Genex\Element\Cls;
class Constant extends \Genex\Element\Constant {
public $cls;
public function __construct(\Genex\Element\Cls $class, $name, $value) {
$this->cls = $class;
parent::__construct($name, $value);
}
public function __toString() {
return $this->cls->name."::".$this->name;
}
}
Function Calls
None |
Stats
MD5 | 922d12f9d0b3aa47e59c075983f8ded2 |
Eval Count | 0 |
Decode Time | 96 ms |