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 PassphraseConduitAPIMethod extends ConduitAPIMethod { final publi..

Decoded Output download

<?php

abstract class PassphraseConduitAPIMethod extends ConduitAPIMethod {

  final public function getApplication() {
    return PhabricatorApplication::getByClass(
      'PhabricatorPassphraseApplication');
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

abstract class PassphraseConduitAPIMethod extends ConduitAPIMethod {

  final public function getApplication() {
    return PhabricatorApplication::getByClass(
      'PhabricatorPassphraseApplication');
  }

}

Function Calls

None

Variables

None

Stats

MD5 54b7ce46d9046140c07c0bf5c8f55ad5
Eval Count 0
Decode Time 72 ms