Searched refs:remote_addr (Results 1 – 2 of 2) sorted by relevance
14 pg_query("CREATE TABLE tmp_statistics (id integer NOT NULL, remote_addr inet);");57 $data = array("id" => ++$i, "remote_addr" => $ip);65 …//pg_query($db, "INSERT INTO tmp_statistics (id, remote_addr) VALUES (2, '127.0.0.1')"); // OK, re…
383 zend_string *remote_addr = NULL; in PHP_FUNCTION() local411 zremote ? &remote_addr : NULL in PHP_FUNCTION()415 if (zremote && remote_addr) { in PHP_FUNCTION()416 ZEND_TRY_ASSIGN_REF_STR(zremote, remote_addr); in PHP_FUNCTION()
Completed in 8 milliseconds