Searched refs:cookieVal (Results 1 – 1 of 1) sorted by relevance
332 $cookieVal = isset($_COOKIE['DWConfirm']) ? $_COOKIE['DWConfirm'] : null;336 if (in_array('anyval', $captchaOptions) && strlen($cookieVal) == 64) {349 return $cookieVal == $expected;357 private function writeCaptchaLog($remote_addr, $cookieVal, $serverName, $expected) { argument363 $cookieVal, /* cookie value */367 ($cookieVal == $expected ? 'MATCH' : 'WRONG'), /* cookie matches expected value? */387 if (!$cookieVal) {