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

Decoded Output download

<?php

final class PassphraseRemarkupRule extends PhabricatorObjectRemarkupRule {

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

  protected function loadObjects(array $ids) {
    $viewer = $this->getEngine()->getConfig('viewer');

    return id(new PassphraseCredentialQuery())
      ->setViewer($viewer)
      ->withIDs($ids)
      ->execute();

  }
}
 ?>

Did this file decode correctly?

Original Code

<?php

final class PassphraseRemarkupRule extends PhabricatorObjectRemarkupRule {

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

  protected function loadObjects(array $ids) {
    $viewer = $this->getEngine()->getConfig('viewer');

    return id(new PassphraseCredentialQuery())
      ->setViewer($viewer)
      ->withIDs($ids)
      ->execute();

  }
}

Function Calls

None

Variables

None

Stats

MD5 f3be12aa6b24ebbb3a0f820482c4e130
Eval Count 0
Decode Time 88 ms