Home
last modified time | relevance | path

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

/PHP-7.3/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.3/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 …]

Completed in 18 milliseconds