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 PhabricatorOwnersSearchField extends PhabricatorSearchTokenizerField ..

Decoded Output download

<?php

final class PhabricatorOwnersSearchField
  extends PhabricatorSearchTokenizerField {

  protected function getDefaultValue() {
    return array();
  }

  protected function getValueFromRequest(AphrontRequest $request, $key) {
    return $this->getUsersFromRequest($request, $key);
  }

  protected function newDatasource() {
    return new PhabricatorPeopleOwnerDatasource();
  }

  protected function newConduitParameterType() {
    return new ConduitUserListParameterType();
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class PhabricatorOwnersSearchField
  extends PhabricatorSearchTokenizerField {

  protected function getDefaultValue() {
    return array();
  }

  protected function getValueFromRequest(AphrontRequest $request, $key) {
    return $this->getUsersFromRequest($request, $key);
  }

  protected function newDatasource() {
    return new PhabricatorPeopleOwnerDatasource();
  }

  protected function newConduitParameterType() {
    return new ConduitUserListParameterType();
  }

}

Function Calls

None

Variables

None

Stats

MD5 3bbb0ea9e450d6c108c4bd810f3a7baf
Eval Count 0
Decode Time 83 ms