Home
last modified time | relevance | path

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

123

/PHP-7.2/ext/ctype/tests/
H A Dctype_upper_variation3.phpt32 "03F", // hexadecimal 'digits'
H A Dctype_xdigit_variation3.phpt33 "03F", // hexadecimal 'digits'
H A Dctype_lower_variation3.phpt33 "03F", // hexadecimal 'digits'
H A Dctype_space_variation3.phpt33 "03F", // hexadecimal 'digits'
H A Dctype_graph_variation3.phpt33 "03F", // hexadecimal 'digits'
H A Dctype_punct_variation3.phpt34 "03F", // hexadecimal 'digits'
H A Dctype_xdigit_variation2.phpt14 * valid hexadecimal 'digits'
H A Dctype_cntrl_variation3.phpt33 "03F", // hexadecimal 'digits'
/PHP-7.2/ext/standard/tests/math/
H A Dround_variation1.phpt8 * Description: Returns the rounded value of val to specified precision (number of digits
H A Dround_variation2.phpt8 * Description: Returns the rounded value of val to specified precision (number of digits
H A Dround_basic.phpt8 * Description: Returns the rounded value of val to specified precision (number of digits
/PHP-7.2/ext/standard/
H A Dmath.c917 static char digits[] = "0123456789abcdefghijklmnopqrstuvwxyz"; in _php_math_longtobase() local
932 *--ptr = digits[value % base]; in _php_math_longtobase()
947 static char digits[] = "0123456789abcdefghijklmnopqrstuvwxyz"; in _php_math_zvaltobase() local
968 *--ptr = digits[(int) fmod(fvalue, base)]; in _php_math_zvaltobase()
H A Dvar_unserializer.c1079 int digits = YYCURSOR - start - 3; in php_var_unserialize_internal() local
1082 digits--; in php_var_unserialize_internal()
1086 if (digits >= MAX_LENGTH_OF_LONG - 1) { in php_var_unserialize_internal()
1087 if (digits == MAX_LENGTH_OF_LONG - 1) { in php_var_unserialize_internal()
H A Dvar_unserializer.re722 int digits = YYCURSOR - start - 3;
725 digits--;
729 if (digits >= MAX_LENGTH_OF_LONG - 1) {
730 if (digits == MAX_LENGTH_OF_LONG - 1) {
/PHP-7.2/ext/json/
H A Djson_scanner.re174 size_t digits = (size_t) (s->cursor - s->token - negative);
175 if (digits >= PHP_JSON_INT_MAX_LENGTH) {
176 if (digits == PHP_JSON_INT_MAX_LENGTH) {
H A Djson_scanner.c320 size_t digits = (size_t) (s->cursor - s->token - negative); in php_json_scan() local
321 if (digits >= PHP_JSON_INT_MAX_LENGTH) { in php_json_scan()
322 if (digits == PHP_JSON_INT_MAX_LENGTH) { in php_json_scan()
/PHP-7.2/ext/standard/tests/strings/
H A Dprintf.phpt673 Notice: printf(): Requested precision of 988 digits was truncated to PHP maximum of 53 digits in %s…
H A Dprintf_64bit.phpt673 Notice: printf(): Requested precision of 988 digits was truncated to PHP maximum of %d digits in %s…
/PHP-7.2/Zend/
H A Dzend_operators.c2888 int digits = 0, dp_or_e = 0; local
2926 …for (type = IS_LONG; !(digits >= MAX_LENGTH_OF_LONG && (dval || allow_errors == 1)); digits++, ptr…
2947 if (digits >= MAX_LENGTH_OF_LONG) {
2980 if (digits == MAX_LENGTH_OF_LONG - 1) {
2981 int cmp = strcmp(&ptr[-digits], long_min_digits);
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt188 followed by the two digits 10, at the domain cam.ac.uk.
1477 repeated digits. For DFA matching, this means that only one possible
2252 hexadecimal digits, in which case the hexadecimal number defines the
2444 29 (?R or (?[+-]digits must be followed by )
5100 three octal digits are ever read.
5872 alnum letters and digits
5877 digit decimal digits (same as \d)
5885 xdigit hexadecimal digits
6421 digits.
6463 digits, or digits enclosed in <>, followed by either ! or ?. When it
[all …]
/PHP-7.2/
H A DUPGRADING337 . PHP_FLOAT_DIG number of decimal digits, that can be rounded into a
H A Dphp.ini-development194 ; The number of significant digits displayed in floating point numbers.
293 ; digits after the floating point. The default value ensures that when floats
1324 ; Number of decimal digits for all bcmath functions.
H A Dphp.ini-production194 ; The number of significant digits displayed in floating point numbers.
293 ; digits after the floating point. The default value ensures that when floats
1326 ; Number of decimal digits for all bcmath functions.
/PHP-7.2/ext/intl/doc/
H A DTutorial.txt238 numeric value of substrings of digits. This is a way to get '100' to sort AFTER '2'.
/PHP-7.2/ext/pcre/pcrelib/
H A DNEWS99 . Perl no longer allows group names to start with digits, so I have made this
309 The version number has been expanded to 3 digits as it is clear that the rate

Completed in 102 milliseconds

123