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 PhabricatorPackagesSchemaSpec extends PhabricatorConfigSchemaSpec { ..

Decoded Output download

<?php

final class PhabricatorPackagesSchemaSpec
  extends PhabricatorConfigSchemaSpec {

  public function buildSchemata() {
    $this->buildEdgeSchemata(new PhabricatorPackagesPublisher());
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class PhabricatorPackagesSchemaSpec
  extends PhabricatorConfigSchemaSpec {

  public function buildSchemata() {
    $this->buildEdgeSchemata(new PhabricatorPackagesPublisher());
  }

}

Function Calls

None

Variables

None

Stats

MD5 aaa3c1cdbab12a29359a6c1ab94a25e5
Eval Count 0
Decode Time 88 ms