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 PhabricatorUsersSearchField extends PhabricatorSearchTokenizerField {..

Decoded Output download

<?php

final class PhabricatorUsersSearchField
  extends PhabricatorSearchTokenizerField {

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

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

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

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

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class PhabricatorUsersSearchField
  extends PhabricatorSearchTokenizerField {

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

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

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

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

}

Function Calls

None

Variables

None

Stats

MD5 f74e00e1d48008171feb00f79b87f87f
Eval Count 0
Decode Time 86 ms