Searched refs:ip (Results 1 – 3 of 3) sorted by relevance
43 $ip = false;51 if ($ip) { array_unshift($ips, $ip); $ip = false; }57 $ip = $ips[$i];62 return ($ip ? $ip : $_SERVER['REMOTE_ADDR']);65 $ip = ip2long(get_real_ip()); variable69 if (empty($container->get(VoteRepository::class)->findOneByIdAndIp($id, $ip))) {74 {$id}, {$ip}, {$score}, " .96 $ip
27 public function findOneByIdAndIp(int $id, string $ip): array argument32 $statement->execute([$id, $ip]);
100 ip int(10) unsigned NOT NULL default '0', field
Completed in 6 milliseconds