Searched refs:cookieVal (Results 1 – 1 of 1) sorted by relevance
317 $cookieVal = isset($_COOKIE['DWConfirm']) ? $_COOKIE['DWConfirm'] : null;321 if (in_array('anyval', $captchaOptions) && strlen($cookieVal) == 64) {334 return $cookieVal == $expected;342 private function writeCaptchaLog($remote_addr, $cookieVal, $serverName, $expected) { argument348 $cookieVal, /* cookie value */352 ($cookieVal == $expected ? 'MATCH' : 'WRONG'), /* cookie matches expected value? */372 if (!$cookieVal) {