Searched refs:dig (Results 1 – 4 of 4) 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 …]
5109 is as just described only when it is followed by two hexadecimal dig-6576 Because there may be many capturing parentheses in a pattern, all dig-
Completed in 36 milliseconds