Home
last modified time | relevance | path

Searched refs:dig (Results 1 – 4 of 4) sorted by relevance

/PHP-7.0/ext/standard/tests/network/
H A Dbug73594.phpt9 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");
H A Dbug73594a.phpt9 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");
/PHP-7.0/Zend/
H A Dzend_strtod.c2430 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 …]
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt5109 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 57 milliseconds