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 PhabricatorProjectTriggerListController extends PhabricatorProjectTri..

Decoded Output download

<?php

final class PhabricatorProjectTriggerListController
  extends PhabricatorProjectTriggerController {

  public function shouldAllowPublic() {
    return true;
  }

  public function handleRequest(AphrontRequest $request) {
    return id(new PhabricatorProjectTriggerSearchEngine())
      ->setController($this)
      ->buildResponse();
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class PhabricatorProjectTriggerListController
  extends PhabricatorProjectTriggerController {

  public function shouldAllowPublic() {
    return true;
  }

  public function handleRequest(AphrontRequest $request) {
    return id(new PhabricatorProjectTriggerSearchEngine())
      ->setController($this)
      ->buildResponse();
  }

}

Function Calls

None

Variables

None

Stats

MD5 911fa1cb8f23ab99c4f3cd75adec98d7
Eval Count 0
Decode Time 95 ms