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

Decoded Output download

<?php

final class HeraldBasicFieldGroup extends HeraldFieldGroup {

  const FIELDGROUPKEY = 'herald';

  public function getGroupLabel() {
    return pht('Herald');
  }

  protected function getGroupOrder() {
    return 10000;
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class HeraldBasicFieldGroup extends HeraldFieldGroup {

  const FIELDGROUPKEY = 'herald';

  public function getGroupLabel() {
    return pht('Herald');
  }

  protected function getGroupOrder() {
    return 10000;
  }

}

Function Calls

None

Variables

None

Stats

MD5 50ec89c634928603c9f0f658df286b50
Eval Count 0
Decode Time 97 ms