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 PassphraseCredentialTransactionType extends PhabricatorModularTran..

Decoded Output download

<?php

abstract class PassphraseCredentialTransactionType
  extends PhabricatorModularTransactionType {

  public function destroySecret($secret_id) {
    $table = new PassphraseSecret();
    queryfx(
      $table->establishConnection('w'),
      'DELETE FROM %T WHERE id = %d',
      $table->getTableName(),
      $secret_id);
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

abstract class PassphraseCredentialTransactionType
  extends PhabricatorModularTransactionType {

  public function destroySecret($secret_id) {
    $table = new PassphraseSecret();
    queryfx(
      $table->establishConnection('w'),
      'DELETE FROM %T WHERE id = %d',
      $table->getTableName(),
      $secret_id);
  }

}

Function Calls

None

Variables

None

Stats

MD5 7202c135362a9209bbc8037955188fc5
Eval Count 0
Decode Time 107 ms