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

Decoded Output download

<?php

final class PhabricatorReassignEmailUserLogType
  extends PhabricatorUserLogType {

  const LOGTYPE = 'email-reassign';

  public function getLogTypeName() {
    return pht('Email: Reassign');
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class PhabricatorReassignEmailUserLogType
  extends PhabricatorUserLogType {

  const LOGTYPE = 'email-reassign';

  public function getLogTypeName() {
    return pht('Email: Reassign');
  }

}

Function Calls

None

Variables

None

Stats

MD5 011c9e94adeea13325f67660f0c8b181
Eval Count 0
Decode Time 101 ms