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 PhamePostReplyHandler extends PhabricatorApplicationTransactionReplyH..
Decoded Output download
<?php
final class PhamePostReplyHandler
extends PhabricatorApplicationTransactionReplyHandler {
public function validateMailReceiver($mail_receiver) {
if (!($mail_receiver instanceof PhamePost)) {
throw new Exception(
pht('Mail receiver is not a %s.', 'PhamePost'));
}
}
public function getObjectPrefix() {
return PhabricatorPhamePostPHIDType::TYPECONST;
}
}
?>
Did this file decode correctly?
Original Code
<?php
final class PhamePostReplyHandler
extends PhabricatorApplicationTransactionReplyHandler {
public function validateMailReceiver($mail_receiver) {
if (!($mail_receiver instanceof PhamePost)) {
throw new Exception(
pht('Mail receiver is not a %s.', 'PhamePost'));
}
}
public function getObjectPrefix() {
return PhabricatorPhamePostPHIDType::TYPECONST;
}
}
Function Calls
None |
Stats
MD5 | 165c0acc731c1c94ced55df1f86affdc |
Eval Count | 0 |
Decode Time | 76 ms |