Home
last modified time | relevance | path

Searched refs:digits (Results 1 – 25 of 55) sorted by last modified time

123

/PHP-5.5/
H A Dphp.ini-development208 ; The number of significant digits displayed in floating point numbers.
290 ; digits after the floating point. The default value ensures that when floats
1347 ; Number of decimal digits for all bcmath functions.
H A Dphp.ini-production208 ; The number of significant digits displayed in floating point numbers.
290 ; digits after the floating point. The default value ensures that when floats
1347 ; Number of decimal digits for all bcmath functions.
/PHP-5.5/main/
H A Dsnprintf.c144 char *digits, *dst, *src; in php_gcvt() local
153 …snprintf(buf, ndigit + 1, "%s%s", (sign && *digits == 'I') ? "-" : "", *digits == 'I' ? "INF" : "N… in php_gcvt()
154 zend_freedtoa(digits); in php_gcvt()
171 src = digits; in php_gcvt()
207 src = digits; in php_gcvt()
214 for (i = 0, src = digits; i < decpt; i++) { in php_gcvt()
222 if (src == digits) { in php_gcvt()
226 for (i = decpt; digits[i] != '\0'; i++) { in php_gcvt()
227 *dst++ = digits[i]; in php_gcvt()
232 zend_freedtoa(digits); in php_gcvt()
[all …]
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug40576_64bit.phpt2 Bug #40576 (double values are truncated to 6 decimal digits when encoding)
H A Dbug40576.phpt2 Bug #40576 (double values are truncated to 6 decimal digits when encoding)
/PHP-5.5/ext/standard/
H A Dvar_unserializer.c1156 int digits = YYCURSOR - start - 3; in php_var_unserialize() local
1159 digits--; in php_var_unserialize()
1163 if (digits >= MAX_LENGTH_OF_LONG - 1) { in php_var_unserialize()
1164 if (digits == MAX_LENGTH_OF_LONG - 1) { in php_var_unserialize()
H A Dvar_unserializer.re555 int digits = YYCURSOR - start - 3;
558 digits--;
562 if (digits >= MAX_LENGTH_OF_LONG - 1) {
563 if (digits == MAX_LENGTH_OF_LONG - 1) {
H A Dmath.c905 static char digits[] = "0123456789abcdefghijklmnopqrstuvwxyz"; in _php_math_longtobase() local
920 *--ptr = digits[value % base]; in _php_math_longtobase()
935 static char digits[] = "0123456789abcdefghijklmnopqrstuvwxyz"; in _php_math_zvaltobase() local
956 *--ptr = digits[(int) fmod(fvalue, base)]; in _php_math_zvaltobase()
/PHP-5.5/ext/standard/tests/strings/
H A Dsprintf_variation52.phpt50 Notice: sprintf(): Requested precision of 988 digits was truncated to PHP maximum of %d digits in %…
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…
H A Dmoney_format_basic1.phpt25 // Format with 14 positions of width, 8 digits of
28 echo "Format values with 14 positions, 8 digits to left, 2 to right using national format\n";
61 Format values with 14 positions, 8 digits to left, 2 to right using national format
/PHP-5.5/ext/standard/tests/math/
H A Dround_error.phpt6 * 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
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
/PHP-5.5/ext/pcre/tests/
H A Dpreg_match_all_edit_basic.phpt13 …G_PATTERN_ORDER, -10)); //finds any digit that's not 4 10 digits from the end(1 mat…
22 var_dump(preg_match_all('/\d{2}$/', $string, $match4)); //tries to find 2 digits at the en…
H A Dpreg_match_all_basic.phpt10 …SET_CAPTURE|PREG_PATTERN_ORDER, -10)); //finds any digit that's not 4 10 digits from the end(1 mat…
16 var_dump(preg_match_all('/\d{2}$/', $string, $match4)); //tries to find 2 digits at the end of a st…
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput16176 (?: [0-9a-f]{1,4} | # 1-4 hex digits or
H A Dtestoutput210238 (?: [0-9a-f]{1,4} | # 1-4 hex digits or
14218 Failed: digits missing in \x{} or \o{} at offset 1
14226 Failed: digits missing in \x{} or \o{} at offset 3
14527 Failed: (?R or (?[+-]digits must be followed by ) at offset 3
H A Dtestinput22896 (?: [0-9a-f]{1,4} | # 1-4 hex digits or
H A Dtestinput13782 (?: [0-9a-f]{1,4} | # 1-4 hex digits or
/PHP-5.5/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
2253 hexadecimal digits, in which case the hexadecimal number defines the
2445 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
6425 digits.
6467 digits, or digits enclosed in <>, followed by either ! or ?. When it
[all …]
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog120 31. Added a check for integer overflow in conditions (?(<digits>) and
121 (?(R<digits>). This omission was discovered by Karl Skomski with the LLVM
737 36. Perl no longer allows group names to start with digits, so I have made this
2797 digits. I have, however, made the messages clearer.
3170 (a) (?-n) (where n is a string of digits) is a relative subroutine or
4618 hexadecimal digits in the pattern. This is silly, because it handles
4623 character types table is still used for matching digits in subject
5136 digits, spaces, or word characters. Such characters always match \D, \S,
5386 09 are not valid octal constants. Single digits will be used for minor values
5792 where "ddd" means "one or more decimal digits".
H A DNEWS78 . Perl no longer allows group names to start with digits, so I have made this
288 The version number has been expanded to 3 digits as it is clear that the rate

Completed in 173 milliseconds

123