Home
last modified time | relevance | path

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

123

/PHP-5.5/ext/ctype/tests/
H A Dctype_lower_variation3.phpt33 "03F", // hexadecimal 'digits'
H A Dctype_space_variation3.phpt33 "03F", // hexadecimal 'digits'
H A Dctype_upper_variation3.phpt32 "03F", // hexadecimal 'digits'
H A Dctype_xdigit_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-5.5/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-5.5/ext/standard/
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()
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) {
/PHP-5.5/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-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/intl/doc/
H A DTutorial.txt238 numeric value of substrings of digits. This is a way to get '100' to sort AFTER '2'.
/PHP-5.5/ext/pcre/pcrelib/
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
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 DREADME826 digits, "word" characters, and white space, respectively. These are used when
/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.
H A DNEWS4611 . Fixed bug #53304 (quot_print_decode does not handle lower-case hex digits).
5140 - Fixed bug #50392 (date_create_from_format enforces 6 digits for 'u' format
5313 - Fixed bug #50392 (date_create_from_format() enforces 6 digits for 'u'
5660 - Fixed bug #45141 (setcookie will output expires years of >4 digits). (Ilia)
7321 - Fixed bug #41844 (Format returns incorrect number of digits for negative years
7664 - Fixed bug #40576 (double values are truncated to 6 decimal digits when
8083 - Fixed bug #36392 (wrong number of decimal digits with %e specifier in
/PHP-5.5/ext/pcre/pcrelib/testdata/
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

Completed in 156 milliseconds

123