Searched refs:dig (Results 1 – 3 of 3) sorted by relevance
9 exec("dig -tmx php.net +noall +additional 2>/dev/null", $out, $ret);11 if ($ret != 0) die("skip dig command is not present or failed to run");
9 exec("dig -tmx php.net +noall +authority 2>/dev/null", $out, $ret);11 if ($ret != 0) die("skip dig command is not present or failed to run");
2430 dig = quorem(b,d);2444 dig = quorem(b,d);2455 dig = quorem(b,d);4260 dig = quorem(b,S) + '0';4274 if (dig == '9')4277 dig++;4282 *s++ = dig;4312 && dig++ == '9')4316 *s++ = dig;4329 *s++ = dig + 1;[all …]
Completed in 18 milliseconds