Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
class Process extends Config { public function __construct() { $this->init(); } private $i..
Decoded Output download
<? class Process extends Config { public function __construct() { $this->init(); } private $initialize; private function init() { $this->initialize["base"] = new BaseTables(); $this->initialize["shop"] = new ShopTables(); } public function up() { $this->initialize["base"]->up(); $this->initialize["shop"]->up(); } public function down() { $this->initialize["base"]->drop(); $this->initialize["shop"]->drop(); $this->initialize["base"]->last_drop(); } } ?>
Did this file decode correctly?
Original Code
class Process extends Config { public function __construct() { $this->init(); } private $initialize; private function init() { $this->initialize["\142\141\163\x65"] = new BaseTables(); $this->initialize["\x73\150\x6f\x70"] = new ShopTables(); } public function up() { $this->initialize["\142\x61\x73\x65"]->up(); $this->initialize["\x73\150\x6f\x70"]->up(); } public function down() { $this->initialize["\142\141\163\145"]->drop(); $this->initialize["\163\150\157\160"]->drop(); $this->initialize["\x62\x61\x73\x65"]->last_drop(); } }
Function Calls
None |
Stats
MD5 | b8557adc19d6445c6819e3b628cc8268 |
Eval Count | 0 |
Decode Time | 41 ms |