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 PhabricatorAddEmailUserLogType extends PhabricatorUserLogType { co..
Decoded Output download
<?php
final class PhabricatorAddEmailUserLogType
extends PhabricatorUserLogType {
const LOGTYPE = 'email-add';
public function getLogTypeName() {
return pht('Email: Add Address');
}
}
?>
Did this file decode correctly?
Original Code
<?php
final class PhabricatorAddEmailUserLogType
extends PhabricatorUserLogType {
const LOGTYPE = 'email-add';
public function getLogTypeName() {
return pht('Email: Add Address');
}
}
Function Calls
None |
Stats
MD5 | 7a286ad07216bcf84f3eea1a8f93ba52 |
Eval Count | 0 |
Decode Time | 107 ms |