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