Searched refs:strtoull (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/ext/fileinfo/ |
H A D | php_libmagic.h | 37 #define strtoull _strtoui64 macro 52 # define strtoull strtoul macro 54 # define strtoull __strtoull macro
|
/PHP-8.3/Zend/ |
H A D | zend_long.h | 79 # define ZEND_STRTOUL(s0, s1, base) strtoull((s0), (s1), (base)) 81 # define ZEND_STRTOUL_PTR strtoull
|
/PHP-8.3/Zend/tests/zend_ini/ |
H A D | gh11876.phpt | 2 Invalid INI quantities, base prefix followed by stuff eaten by strtoull()
|
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | print.c | 355 val = strtoull(us, &endptr, base); in file_fmtnum()
|
H A D | softmagic.c | 1682 off = SEXT(sgn,64,strtoull(p->s, NULL, 8)); in mget() 1755 SEXT(sgn,64,strtoull(p->s, NULL, 8)), off); in mget()
|
H A D | apprentice.c | 1848 val = CAST(uint64_t, strtoull(l, &t, 0)); in parse_op_modifier() 2850 ull = CAST(uint64_t, strtoull(*p, &ep, 0)); in getvalue()
|
/PHP-8.3/ext/mysqlnd/ |
H A D | mysqlnd_wireprotocol.c | 1606 strtoull((char *) p, NULL, 10); in php_mysqlnd_rowp_read_text_protocol()
|
/PHP-8.3/ext/ffi/ |
H A D | ffi.c | 7750 val->u64 = strtoull(str, NULL, base);
|
Completed in 39 milliseconds