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 PhabricatorFullLoginUserLogType extends PhabricatorUserLogType { c..

Decoded Output download

<?php

final class PhabricatorFullLoginUserLogType
  extends PhabricatorUserLogType {

  const LOGTYPE = 'login-full';

  public function getLogTypeName() {
    return pht('Login: Upgrade to Full');
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class PhabricatorFullLoginUserLogType
  extends PhabricatorUserLogType {

  const LOGTYPE = 'login-full';

  public function getLogTypeName() {
    return pht('Login: Upgrade to Full');
  }

}

Function Calls

None

Variables

None

Stats

MD5 4af76fe0036d3de02fd8a2560ccc8448
Eval Count 0
Decode Time 102 ms