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 DifferentialChangesetTwoUpTestRenderer extends DifferentialChangesetT..

Decoded Output download

<?php

final class DifferentialChangesetTwoUpTestRenderer
  extends DifferentialChangesetTestRenderer {

  public function isOneUpRenderer() {
    return false;
  }

  public function getRendererKey() {
    return '2up-test';
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class DifferentialChangesetTwoUpTestRenderer
  extends DifferentialChangesetTestRenderer {

  public function isOneUpRenderer() {
    return false;
  }

  public function getRendererKey() {
    return '2up-test';
  }

}

Function Calls

None

Variables

None

Stats

MD5 39b56bf9452691267107189c646cf43e
Eval Count 0
Decode Time 77 ms