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 final class PhabricatorProjectFerretEngine extends PhabricatorFerretEngine { p..
Decoded Output download
<?php
final class PhabricatorProjectFerretEngine
extends PhabricatorFerretEngine {
public function getApplicationName() {
return 'project';
}
public function getScopeName() {
return 'project';
}
public function newSearchEngine() {
return new PhabricatorProjectSearchEngine();
}
}
?>
Did this file decode correctly?
Original Code
<?php
final class PhabricatorProjectFerretEngine
extends PhabricatorFerretEngine {
public function getApplicationName() {
return 'project';
}
public function getScopeName() {
return 'project';
}
public function newSearchEngine() {
return new PhabricatorProjectSearchEngine();
}
}
Function Calls
None |
Stats
MD5 | 842d71614cd3b17cc3357b45adeb9195 |
Eval Count | 0 |
Decode Time | 95 ms |