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 PhortuneMemberHasMerchantEdgeType extends PhabricatorEdgeType { co..

Decoded Output download

<?php

final class PhortuneMemberHasMerchantEdgeType
  extends PhabricatorEdgeType {

  const EDGECONST = 54;

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

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class PhortuneMemberHasMerchantEdgeType
  extends PhabricatorEdgeType {

  const EDGECONST = 54;

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

}

Function Calls

None

Variables

None

Stats

MD5 80f8c8fde3d716e1f16c0e46e29b08d9
Eval Count 0
Decode Time 93 ms