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 abstract class HeraldDAO extends PhabricatorLiskDAO { public function getApplica..
Decoded Output download
<?php
abstract class HeraldDAO extends PhabricatorLiskDAO {
public function getApplicationName() {
return 'herald';
}
}
?>
Did this file decode correctly?
Original Code
<?php
abstract class HeraldDAO extends PhabricatorLiskDAO {
public function getApplicationName() {
return 'herald';
}
}
Function Calls
None |
Stats
MD5 | 56b6c8ed21ad66603f0322d7bd4f193a |
Eval Count | 0 |
Decode Time | 94 ms |