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 CelerityPhysicalResourcesTestCase extends PhabricatorTestCase { publ..

Decoded Output download

<?php

final class CelerityPhysicalResourcesTestCase extends PhabricatorTestCase {

  public function testGetAll() {
    CelerityPhysicalResources::getAll();
    $this->assertTrue(true);
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class CelerityPhysicalResourcesTestCase extends PhabricatorTestCase {

  public function testGetAll() {
    CelerityPhysicalResources::getAll();
    $this->assertTrue(true);
  }

}

Function Calls

None

Variables

None

Stats

MD5 928690a5c8a20b4677d5ec601a31b8bc
Eval Count 0
Decode Time 92 ms