Home
last modified time | relevance | path

Searched defs:digits (Results 1 – 13 of 13) sorted by last modified time

/php-src/Zend/
H A Dzend_strtod.c4508 char *digits, *dst, *src; in zend_gcvt() local
H A Dzend_ini.c589 static const char *zend_ini_consume_quantity_prefix(const char *const digits, const char *const str… in zend_ini_consume_quantity_prefix()
622 char *digits = str; in zend_ini_parse_quantity_internal() local
H A Dzend_operators.c3511 int digits = 0, dp_or_e = 0; local
/php-src/ext/standard/
H A Dmath.c843 static const char digits[] = "0123456789abcdefghijklmnopqrstuvwxyz"; in _php_math_longtobase() local
874 static const char digits[] = "0123456789abcdefghijklmnopqrstuvwxyz"; in _php_math_longtobase_pwr2() local
909 static const char digits[] = "0123456789abcdefghijklmnopqrstuvwxyz"; in _php_math_zvaltobase() local
H A Dpack.c900 size_t digits = buf + sizeof(buf) - 1 - res; in PHP_FUNCTION() local
/php-src/ext/fileinfo/libmagic/
H A Dder.c186 uint8_t digits, i; in getlength() local
/php-src/ext/dom/lexbor/lexbor/css/
H A Dproperty.h357 lxb_css_value_integer_t digits; member
/php-src/ext/dom/lexbor/lexbor/core/
H A Dconv.c33 static const lxb_char_t *digits = (const lxb_char_t *) "0123456789"; in lexbor_conv_int64_to_data() local
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c360 unsigned char *digits = p + 1; in mb_htmlent_to_wchar() local
/php-src/ext/json/
H A Djson_encoder.c32 static const char digits[] = "0123456789abcdef"; variable
/php-src/ext/bcmath/libbcmath/src/
H A Doutput.c58 char digits[40]; in bc_out_long() local
81 stk_rec *digits, *temp; in bc_out_num() local
H A Dstr2num.c40 size_t digits = 0; in bc_str2num() local
/php-src/main/
H A Dsnprintf.c382 const char *digits = (format == 'X') ? upper_digits : low_digits; in ap_php_conv_p2() local

Completed in 57 milliseconds