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 PhabricatorPhortuneContentSource extends PhabricatorContentSource { ..

Decoded Output download

<?php

final class PhabricatorPhortuneContentSource
  extends PhabricatorContentSource {

  const SOURCECONST = 'phortune';

  public function getSourceName() {
    return pht('Phortune');
  }

  public function getSourceDescription() {
    return pht('Updates from subscriptions and payment processors.');
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class PhabricatorPhortuneContentSource
  extends PhabricatorContentSource {

  const SOURCECONST = 'phortune';

  public function getSourceName() {
    return pht('Phortune');
  }

  public function getSourceDescription() {
    return pht('Updates from subscriptions and payment processors.');
  }

}

Function Calls

None

Variables

None

Stats

MD5 ace233047ae6fa0ec31d068815c8645d
Eval Count 0
Decode Time 84 ms