/PHP-5.6/ext/bcmath/libbcmath/src/ |
H A D | str2num.c | 46 int digits, strscale; in bc_str2num() local 55 digits = 0; in bc_str2num() 60 while (isdigit((int)*ptr)) ptr++, digits++; /* digits */ in bc_str2num() 63 if ((*ptr != '\0') || (digits+strscale == 0)) in bc_str2num() 71 if (digits == 0) in bc_str2num() 74 digits = 1; in bc_str2num() 76 *num = bc_new_num (digits, strscale); in bc_str2num() 95 digits = 0; in bc_str2num() 97 for (;digits > 0; digits--) in bc_str2num()
|
H A D | output.c | 70 char digits[40]; local 74 snprintf(digits, sizeof(digits), "%ld", val); 75 len = strlen (digits); 97 stk_rec *digits, *temp; in bc_out_num() local 135 digits = NULL; in bc_out_num() 158 temp->next = digits; in bc_out_num() 159 digits = temp; in bc_out_num() 164 if (digits != NULL) in bc_out_num() 167 while (digits != NULL) in bc_out_num() 169 temp = digits; in bc_out_num() [all …]
|
/PHP-5.6/ext/bcmath/libbcmath/ |
H A D | FAQ | 11 GMP has "integers" (no digits after a decimal), "rational numbers" 15 a "scale" that represent the number of digits to represent after the 17 calculate an exact number of digits after the decimal point regardless 18 of the number of digits in the integer part. GMP floats have a 20 up dropping digits BC must calculate.
|
/PHP-5.6/ext/date/tests/ |
H A D | idate_variation4.phpt | 25 'Year (1 or 2 digits)' => 'y', 26 'Year 4 digits' => 'Y', 58 --Year (1 or 2 digits)-- 61 --Year 4 digits--
|
H A D | bug41844.phpt | 2 Bug #41844 (Format returns incorrect number of digits for negative years -0001 to -0999)
|
H A D | bug50392.phpt | 2 Bug #50392 (date_create_from_format enforces 6 digits for 'u' format character)
|
H A D | idate_variation6.phpt | 2 Test idate() function : usage variation - Checking return of year(1 or 2 digits) format starting wi…
|
/PHP-5.6/ext/ctype/tests/ |
H A D | ctype_xdigit_variation4.phpt | 14 * 1. contain hexadecimal digits 15 * 2. correspond to character codes recognised as hexadecimal digits (see variation2) 23 // contain hexadecimal digits but do not correspond to 'correct' ints 29 // contain hexadecimal digits but do not correspond to 'correct' ints
|
H A D | ctype_digit_variation2.phpt | 14 * valid decimal digits
|
H A D | ctype_print_variation3.phpt | 33 "03F", // hexadecimal 'digits'
|
H A D | ctype_alnum_variation3.phpt | 32 "03F", // hexadecimal 'digits'
|
H A D | ctype_alpha_variation3.phpt | 33 "03F", // hexadecimal 'digits'
|
/PHP-5.6/main/ |
H A D | snprintf.c | 144 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.6/ext/standard/tests/strings/ |
H A D | money_format_basic1.phpt | 25 // 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
|
H A D | bug36392.phpt | 2 Bug #36392 (wrong number of decimal digits with %e specifier in sprintf)
|
H A D | sprintf_variation52.phpt | 50 Notice: sprintf(): Requested precision of 988 digits was truncated to PHP maximum of %d digits in %…
|
/PHP-5.6/ext/pcre/tests/ |
H A D | preg_match_all_edit_basic.phpt | 13 …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 D | preg_match_all_basic.phpt | 10 …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.6/ext/iconv/tests/ |
H A D | bug53304.phpt | 2 Bug #53304 (quot_print_decode does not handle lower-case hex digits)
|
/PHP-5.6/ext/mbstring/tests/ |
H A D | mb_ereg_variation4.phpt | 23 //contains japanese characters, ASCII digits and different, UTF-8 encoded digits
|
/PHP-5.6/ext/standard/tests/math/ |
H A D | round_error.phpt | 6 * Description: Returns the rounded value of val to specified precision (number of digits
|
/PHP-5.6/Zend/ |
H A D | zend_operators.h | 135 int base = 10, digits = 0, dp_or_e = 0; local 175 …for (type = IS_LONG; !(digits >= MAX_LENGTH_OF_LONG && (dval || allow_errors == 1)); digits++, ptr… 198 if (digits >= MAX_LENGTH_OF_LONG) { 205 } else if (!(digits < SIZEOF_LONG * 2 || (digits == SIZEOF_LONG * 2 && ptr[-digits] <= '7'))) { 240 if (digits == MAX_LENGTH_OF_LONG - 1) { 241 int cmp = strcmp(&ptr[-digits], long_min_digits);
|
/PHP-5.6/ext/json/ |
H A D | json.c | 48 static const char digits[] = "0123456789abcdef"; variable 554 smart_str_appendc(buf, digits[(us & 0xf000) >> 12]); in json_escape_string() 555 smart_str_appendc(buf, digits[(us & 0xf00) >> 8]); in json_escape_string() 556 smart_str_appendc(buf, digits[(us & 0xf0) >> 4]); in json_escape_string() 557 smart_str_appendc(buf, digits[(us & 0xf)]); in json_escape_string()
|
/PHP-5.6/ext/xmlrpc/tests/ |
H A D | bug40576.phpt | 2 Bug #40576 (double values are truncated to 6 decimal digits when encoding)
|
H A D | bug40576_64bit.phpt | 2 Bug #40576 (double values are truncated to 6 decimal digits when encoding)
|