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 PhabricatorProjectDescriptionField extends PhabricatorProjectStandard..

Decoded Output download

<?php

final class PhabricatorProjectDescriptionField
  extends PhabricatorProjectStandardCustomField {

  public function createFields($object) {
    return PhabricatorStandardCustomField::buildStandardFields(
      $this,
      array(
        'description' => array(
          'name'        => pht('Description'),
          'type'        => 'remarkup',
          'description' => pht('Short project description.'),
          'fulltext'    => PhabricatorSearchDocumentFieldType::FIELD_BODY,
        ),
      ),
      $internal = true);
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class PhabricatorProjectDescriptionField
  extends PhabricatorProjectStandardCustomField {

  public function createFields($object) {
    return PhabricatorStandardCustomField::buildStandardFields(
      $this,
      array(
        'description' => array(
          'name'        => pht('Description'),
          'type'        => 'remarkup',
          'description' => pht('Short project description.'),
          'fulltext'    => PhabricatorSearchDocumentFieldType::FIELD_BODY,
        ),
      ),
      $internal = true);
  }

}

Function Calls

None

Variables

None

Stats

MD5 e80f1e22eb8a91bf239ef6da508e6b2e
Eval Count 0
Decode Time 100 ms