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 PhabricatorProjectProjectHasObjectEdgeType extends PhabricatorEdgeTyp..

Decoded Output download

<?php

final class PhabricatorProjectProjectHasObjectEdgeType
  extends PhabricatorEdgeType {

  const EDGECONST = 42;

  public function getInverseEdgeConstant() {
    return PhabricatorProjectObjectHasProjectEdgeType::EDGECONST;
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class PhabricatorProjectProjectHasObjectEdgeType
  extends PhabricatorEdgeType {

  const EDGECONST = 42;

  public function getInverseEdgeConstant() {
    return PhabricatorProjectObjectHasProjectEdgeType::EDGECONST;
  }

}

Function Calls

None

Variables

None

Stats

MD5 8b995708fdecf95dcd911beb2ca0f275
Eval Count 0
Decode Time 72 ms