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 PholioMockFerretEngine extends PhabricatorFerretEngine { public fu..
Decoded Output download
<?php
final class PholioMockFerretEngine
extends PhabricatorFerretEngine {
public function getApplicationName() {
return 'pholio';
}
public function getScopeName() {
return 'mock';
}
public function newSearchEngine() {
return new PholioMockSearchEngine();
}
}
?>
Did this file decode correctly?
Original Code
<?php
final class PholioMockFerretEngine
extends PhabricatorFerretEngine {
public function getApplicationName() {
return 'pholio';
}
public function getScopeName() {
return 'mock';
}
public function newSearchEngine() {
return new PholioMockSearchEngine();
}
}
Function Calls
None |
Stats
MD5 | 56747145900a7e03d7a8a1c3c4aa61d0 |
Eval Count | 0 |
Decode Time | 99 ms |