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 DifferentialChangeHeraldFieldGroup extends HeraldFieldGroup { const ..

Decoded Output download

<?php

final class DifferentialChangeHeraldFieldGroup extends HeraldFieldGroup {

  const FIELDGROUPKEY = 'differential.change';

  public function getGroupLabel() {
    return pht('Change Details');
  }

  protected function getGroupOrder() {
    return 1500;
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class DifferentialChangeHeraldFieldGroup extends HeraldFieldGroup {

  const FIELDGROUPKEY = 'differential.change';

  public function getGroupLabel() {
    return pht('Change Details');
  }

  protected function getGroupOrder() {
    return 1500;
  }

}

Function Calls

None

Variables

None

Stats

MD5 f06a33257c89383f9d6a580786c6d18e
Eval Count 0
Decode Time 88 ms