You are here

function file_get_contents in reCAPTCHA 7.2

Same name and namespace in other branches
  1. 6.2 recaptcha-php/tests/ReCaptcha/RequestMethod/PostTest.php \ReCaptcha\RequestMethod\file_get_contents()

File

recaptcha-php/tests/ReCaptcha/RequestMethod/PostTest.php, line 134

Namespace

ReCaptcha\RequestMethod

Code

function file_get_contents() {
  if (PostTest::$assert) {
    return call_user_func(PostTest::$assert, func_get_args());
  }

  // Since we can't represent maxlen in userland...
  return call_user_func_array('file_get_contents', func_get_args());
}