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

Decoded Output download

<?php

final class ConpherenceThreadRemarkupRule
  extends PhabricatorObjectRemarkupRule {

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

  protected function loadObjects(array $ids) {
    $viewer = $this->getEngine()->getConfig('viewer');
    $threads = id(new ConpherenceThreadQuery())
      ->setViewer($viewer)
      ->withIDs($ids)
      ->execute();
    return mpull($threads, null, 'getID');
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class ConpherenceThreadRemarkupRule
  extends PhabricatorObjectRemarkupRule {

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

  protected function loadObjects(array $ids) {
    $viewer = $this->getEngine()->getConfig('viewer');
    $threads = id(new ConpherenceThreadQuery())
      ->setViewer($viewer)
      ->withIDs($ids)
      ->execute();
    return mpull($threads, null, 'getID');
  }

}

Function Calls

None

Variables

None

Stats

MD5 f463847d22aec3c4bbad154abea9f7aa
Eval Count 0
Decode Time 97 ms