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 HeraldRemarkupRule extends PhabricatorObjectRemarkupRule { protected..

Decoded Output download

<?php

final class HeraldRemarkupRule extends PhabricatorObjectRemarkupRule {

  protected function getObjectNamePrefix() {
    return 'H';
  }

  protected function loadObjects(array $ids) {
    $viewer = $this->getEngine()->getConfig('viewer');
    return id(new HeraldRuleQuery())
      ->setViewer($viewer)
      ->withIDs($ids)
      ->execute();
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class HeraldRemarkupRule extends PhabricatorObjectRemarkupRule {

  protected function getObjectNamePrefix() {
    return 'H';
  }

  protected function loadObjects(array $ids) {
    $viewer = $this->getEngine()->getConfig('viewer');
    return id(new HeraldRuleQuery())
      ->setViewer($viewer)
      ->withIDs($ids)
      ->execute();
  }

}

Function Calls

None

Variables

None

Stats

MD5 610d6d8b2ffe3276b0cb6e44016e6d27
Eval Count 0
Decode Time 80 ms