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 PhabricatorCalendarEventFerretEngine extends PhabricatorFerretEngine ..

Decoded Output download

<?php

final class PhabricatorCalendarEventFerretEngine
  extends PhabricatorFerretEngine {

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

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

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

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class PhabricatorCalendarEventFerretEngine
  extends PhabricatorFerretEngine {

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

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

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

}

Function Calls

None

Variables

None

Stats

MD5 abddc3aedd2f19258c3995c68445418a
Eval Count 0
Decode Time 77 ms