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

Decoded Output download

<?php

final class HeraldRuleFieldGroup
  extends HeraldFieldGroup {

  const FIELDGROUPKEY = 'herald.rule';

  public function getGroupLabel() {
    return pht('Rule Fields');
  }

  protected function getGroupOrder() {
    return 500;
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class HeraldRuleFieldGroup
  extends HeraldFieldGroup {

  const FIELDGROUPKEY = 'herald.rule';

  public function getGroupLabel() {
    return pht('Rule Fields');
  }

  protected function getGroupOrder() {
    return 500;
  }

}

Function Calls

None

Variables

None

Stats

MD5 8d74b06e3fff9bf52a3b3380d44e9918
Eval Count 0
Decode Time 106 ms