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 PhabricatorExitHisecUserLogType extends PhabricatorUserLogType { c..
Decoded Output download
<?php
final class PhabricatorExitHisecUserLogType
extends PhabricatorUserLogType {
const LOGTYPE = 'hisec-exit';
public function getLogTypeName() {
return pht('Hisec: Exit');
}
}
?>
Did this file decode correctly?
Original Code
<?php
final class PhabricatorExitHisecUserLogType
extends PhabricatorUserLogType {
const LOGTYPE = 'hisec-exit';
public function getLogTypeName() {
return pht('Hisec: Exit');
}
}
Function Calls
None |
Stats
MD5 | 13860f316e5b47da77e803e47e31c383 |
Eval Count | 0 |
Decode Time | 104 ms |