function file_get_contents in reCAPTCHA 6.2
Same name and namespace in other branches
- 7.2 recaptcha-php/tests/ReCaptcha/RequestMethod/PostTest.php \ReCaptcha\RequestMethod\file_get_contents()
File
- recaptcha-php/
tests/ ReCaptcha/ RequestMethod/ PostTest.php, line 111
Namespace
ReCaptcha\RequestMethodCode
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());
}