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 FundDAO extends PhabricatorLiskDAO { public function getApplicati..
Decoded Output download
<?php
abstract class FundDAO extends PhabricatorLiskDAO {
public function getApplicationName() {
return 'fund';
}
}
?>
Did this file decode correctly?
Original Code
<?php
abstract class FundDAO extends PhabricatorLiskDAO {
public function getApplicationName() {
return 'fund';
}
}
Function Calls
None |
Stats
MD5 | 3ee5e0cb123cd8fc8d4dac5c7351f158 |
Eval Count | 0 |
Decode Time | 67 ms |