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 abstract class PHIDConduitAPIMethod extends ConduitAPIMethod { protected functio..

Decoded Output download

<?php

abstract class PHIDConduitAPIMethod extends ConduitAPIMethod {

  protected function buildHandleInformationDictionary(
    PhabricatorObjectHandle $handle) {

    return array(
      'phid'      => $handle->getPHID(),
      'uri'       => PhabricatorEnv::getProductionURI($handle->getURI()),

      'typeName'  => $handle->getTypeName(),
      'type'      => $handle->getType(),

      'name'      => $handle->getName(),
      'fullName'  => $handle->getFullName(),

      'status'    => $handle->getStatus(),
    );
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

abstract class PHIDConduitAPIMethod extends ConduitAPIMethod {

  protected function buildHandleInformationDictionary(
    PhabricatorObjectHandle $handle) {

    return array(
      'phid'      => $handle->getPHID(),
      'uri'       => PhabricatorEnv::getProductionURI($handle->getURI()),

      'typeName'  => $handle->getTypeName(),
      'type'      => $handle->getType(),

      'name'      => $handle->getName(),
      'fullName'  => $handle->getFullName(),

      'status'    => $handle->getStatus(),
    );
  }

}

Function Calls

None

Variables

None

Stats

MD5 796d63fa1d96a9be7d885006eb1cb8a2
Eval Count 0
Decode Time 103 ms