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 PhabricatorFactAggregate extends PhabricatorFactDAO { protected $fac..

Decoded Output download

<?php

final class PhabricatorFactAggregate extends PhabricatorFactDAO {

  protected $factType;
  protected $objectPHID;
  protected $valueX;

  protected function getConfiguration() {
    return array(
      self::CONFIG_COLUMN_SCHEMA => array(
        'id' => 'auto64',
        'factType' => 'text32',
        'valueX' => 'uint64',
      ),
      self::CONFIG_KEY_SCHEMA => array(
        'factType' => array(
          'columns' => array('factType', 'objectPHID'),
          'unique' => true,
        ),
      ),
    ) + parent::getConfiguration();
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class PhabricatorFactAggregate extends PhabricatorFactDAO {

  protected $factType;
  protected $objectPHID;
  protected $valueX;

  protected function getConfiguration() {
    return array(
      self::CONFIG_COLUMN_SCHEMA => array(
        'id' => 'auto64',
        'factType' => 'text32',
        'valueX' => 'uint64',
      ),
      self::CONFIG_KEY_SCHEMA => array(
        'factType' => array(
          'columns' => array('factType', 'objectPHID'),
          'unique' => true,
        ),
      ),
    ) + parent::getConfiguration();
  }

}

Function Calls

None

Variables

None

Stats

MD5 c252bc6330413bbbeae72bcba3c0e7ec
Eval Count 0
Decode Time 92 ms