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 PonderQuestionFerretEngine extends PhabricatorFerretEngine { publi..

Decoded Output download

<?php

final class PonderQuestionFerretEngine
  extends PhabricatorFerretEngine {

  public function getApplicationName() {
    return 'ponder';
  }

  public function getScopeName() {
    return 'question';
  }

  public function newSearchEngine() {
    return new PonderQuestionSearchEngine();
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class PonderQuestionFerretEngine
  extends PhabricatorFerretEngine {

  public function getApplicationName() {
    return 'ponder';
  }

  public function getScopeName() {
    return 'question';
  }

  public function newSearchEngine() {
    return new PonderQuestionSearchEngine();
  }

}

Function Calls

None

Variables

None

Stats

MD5 bf62f2e9ad9c8fb8bb202e67bf0ef54f
Eval Count 0
Decode Time 93 ms