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 abstract class PhameBlogController extends PhameController { public function bui..
Decoded Output download
<?php
abstract class PhameBlogController extends PhameController {
public function buildApplicationMenu() {
return $this->newApplicationMenu()
->setSearchEngine(new PhameBlogSearchEngine());
}
}
?>
Did this file decode correctly?
Original Code
<?php
abstract class PhameBlogController extends PhameController {
public function buildApplicationMenu() {
return $this->newApplicationMenu()
->setSearchEngine(new PhameBlogSearchEngine());
}
}
Function Calls
None |
Stats
MD5 | 36b48ad2496876645d2cdbd3a7852321 |
Eval Count | 0 |
Decode Time | 81 ms |