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 AlmanacServiceTypeTestCase extends PhabricatorTestCase { public func..

Decoded Output download

<?php

final class AlmanacServiceTypeTestCase extends PhabricatorTestCase {

  public function testGetAllServiceTypes() {
    AlmanacServiceType::getAllServiceTypes();
    $this->assertTrue(true);
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class AlmanacServiceTypeTestCase extends PhabricatorTestCase {

  public function testGetAllServiceTypes() {
    AlmanacServiceType::getAllServiceTypes();
    $this->assertTrue(true);
  }

}

Function Calls

None

Variables

None

Stats

MD5 84d7819edb490d2c330141942200928a
Eval Count 0
Decode Time 97 ms