Home
last modified time | relevance | path

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

/PHP-7.4/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.4/Zend/
H A Dzend_strtod.c2433 dig = quorem(b,d);
2447 dig = quorem(b,d);
2458 dig = quorem(b,d);
4263 dig = quorem(b,S) + '0';
4277 if (dig == '9')
4280 dig++;
4285 *s++ = dig;
4315 && dig++ == '9')
4319 *s++ = dig;
4332 *s++ = dig + 1;
[all …]

Completed in 15 milliseconds