Searched defs:digit (Results 1 – 8 of 8) sorted by relevance
/PHP-8.2/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_htmlent.c | 367 unsigned char digit = *digits++; in mb_htmlent_to_wchar() local 384 unsigned char digit = *digits++; in mb_htmlent_to_wchar() local
|
/PHP-8.2/ext/bcmath/libbcmath/src/ |
H A D | output.c | 46 long digit; member
|
H A D | div.c | 46 static void _one_mult (unsigned char *num, int size, int digit, unsigned char *result) in _one_mult()
|
/PHP-8.2/ext/intl/uchar/ |
H A D | uchar.c | 419 IC_METHOD(digit) { in IC_METHOD() argument 448 zend_long digit, radix = 10; in IC_METHOD() local
|
H A D | uchar.stub.php | 3411 public static function digit(int|string $codepoint, int $base = 10): int|false|null {} function in IntlChar 3423 public static function forDigit(int $digit, int $base = 10): int {}
|
/PHP-8.2/sapi/fuzzer/corpus/json/ |
H A D | pass1.json | 25 "digit": "0123456789", string
|
/PHP-8.2/ext/filter/ |
H A D | logical_filters.c | 96 int sign = 0, digit = 0; in php_filter_parse_int() local
|
/PHP-8.2/ext/standard/ |
H A D | math.c | 674 zend_long num = 0, digit, onum; in _php_math_basetolong() local
|
Completed in 40 milliseconds