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 final class PassphraseCredentialTypeTestCase extends PhabricatorTestCase { publi..

Decoded Output download

<?php

final class PassphraseCredentialTypeTestCase extends PhabricatorTestCase {

  public function testGetAllTypes() {
    PassphraseCredentialType::getAllTypes();
    $this->assertTrue(true);
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class PassphraseCredentialTypeTestCase extends PhabricatorTestCase {

  public function testGetAllTypes() {
    PassphraseCredentialType::getAllTypes();
    $this->assertTrue(true);
  }

}

Function Calls

None

Variables

None

Stats

MD5 83881b32da20a2f57f5b78d34431a266
Eval Count 0
Decode Time 132 ms