Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
declare (strict_types=1); namespace OneTeamSoftware\AutoLoader; if (false === class_exist..
Decoded Output download
<? declare (strict_types=1); namespace OneTeamSoftware\AutoLoader; if (false === class_exists(__NAMESPACE__ . "\AutoLoader")) { class AutoLoader { protected $namespace; protected $includePath; public function __construct(string $qDdL9, string $LNVvG) { $this->namespace = trim($LNVvG, "\") . "\"; $this->includePath = $qDdL9; } public function autoload(string $jLqr9) : void { if (strpos($jLqr9, $this->namespace) === 0) { $LURq1 = $this->includePath . "/" . str_replace("\", "/", substr($jLqr9, strlen($this->namespace))) . ".php"; if (file_exists($LURq1)) { include_once $LURq1; } } } public function register() : void { spl_autoload_register([$this, "autoload"]); } } } ?>
Did this file decode correctly?
Original Code
declare (strict_types=1); namespace OneTeamSoftware\AutoLoader; if (false === class_exists(__NAMESPACE__ . "\x5c\101\x75\x74\x6f\x4c\x6f\141\144\x65\x72")) { class AutoLoader { protected $namespace; protected $includePath; public function __construct(string $qDdL9, string $LNVvG) { $this->namespace = trim($LNVvG, "\134") . "\134"; $this->includePath = $qDdL9; } public function autoload(string $jLqr9) : void { if (strpos($jLqr9, $this->namespace) === 0) { $LURq1 = $this->includePath . "\57" . str_replace("\x5c", "\57", substr($jLqr9, strlen($this->namespace))) . "\56\x70\x68\160"; if (file_exists($LURq1)) { include_once $LURq1; } } } public function register() : void { spl_autoload_register([$this, "\x61\165\164\x6f\x6c\157\141\144"]); } } }
Function Calls
None |
Stats
MD5 | 55fed48e53b068d1b03dffc2007b6000 |
Eval Count | 0 |
Decode Time | 84 ms |