Home
last modified time | relevance | path

Searched refs:digits (Results 26 – 40 of 40) sorted by relevance

12

/PHP-8.0/ext/ctype/tests/
H A Dctype_space_variation3.phpt28 "03F", // hexadecimal 'digits'
H A Dctype_upper_variation3.phpt27 "03F", // hexadecimal 'digits'
H A Dctype_xdigit_variation2.phpt9 * valid hexadecimal 'digits'
H A Dctype_xdigit_variation3.phpt28 "03F", // hexadecimal 'digits'
H A Dctype_graph_variation3.phpt28 "03F", // hexadecimal 'digits'
H A Dctype_cntrl_variation3.phpt28 "03F", // hexadecimal 'digits'
/PHP-8.0/ext/json/
H A Djson_scanner.re172 size_t digits = (size_t) (s->cursor - s->token - negative);
173 if (digits >= PHP_JSON_INT_MAX_LENGTH) {
174 if (digits == PHP_JSON_INT_MAX_LENGTH) {
/PHP-8.0/ext/standard/tests/strings/
H A Dprintf.phpt682 Notice: printf(): Requested precision of 988 digits was truncated to PHP maximum of 53 digits in %s…
H A Dprintf_64bit.phpt682 Notice: printf(): Requested precision of 988 digits was truncated to PHP maximum of %d digits in %s…
/PHP-8.0/ext/standard/
H A Dvar_unserializer.re879 int digits = YYCURSOR - start - 3;
882 digits--;
886 if (digits >= MAX_LENGTH_OF_LONG - 1) {
887 if (digits == MAX_LENGTH_OF_LONG - 1) {
/PHP-8.0/Zend/
H A Dzend_operators.c2994 int digits = 0, dp_or_e = 0; local
3035 for (type = IS_LONG; !(digits >= MAX_LENGTH_OF_LONG && (dval || allow_errors)); digits++, ptr++) {
3056 if (digits >= MAX_LENGTH_OF_LONG) {
3096 if (digits == MAX_LENGTH_OF_LONG - 1) {
3097 int cmp = strcmp(&ptr[-digits], long_min_digits);
/PHP-8.0/
H A Dphp.ini-development200 ; The number of significant digits displayed in floating point numbers.
306 ; digits after the floating point. The default value ensures that when floats
1309 ; Number of decimal digits for all bcmath functions.
H A Dphp.ini-production200 ; The number of significant digits displayed in floating point numbers.
306 ; digits after the floating point. The default value ensures that when floats
1311 ; Number of decimal digits for all bcmath functions.
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます99 # !Packdir compressed archive has three hexadecimal digits code 68E
7774 # If the product code is 5 digits, we'll need to backspace here.
21380 # leader starts with 5 digits, followed by codes specific to MARC format
30778 # -> xxxxxx: 6 digits
31456 # it. The interesting value is the cvs date (8 digits decimal).
32182 # characters, digits, underscore and white space followed by right bracket
H A Dmagic99 # !Packdir compressed archive has three hexadecimal digits code 68E
7774 # If the product code is 5 digits, we'll need to backspace here.
21380 # leader starts with 5 digits, followed by codes specific to MARC format
30778 # -> xxxxxx: 6 digits
31456 # it. The interesting value is the cvs date (8 digits decimal).
32182 # characters, digits, underscore and white space followed by right bracket

Completed in 154 milliseconds

12