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