Home
last modified time | relevance | path

Searched defs:ZEND_STRTOUL (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_long.h66 # define ZEND_STRTOUL(s0, s1, base) _strtoui64((s0), (s1), (base)) macro
78 # define ZEND_STRTOUL(s0, s1, base) strtoull((s0), (s1), (base)) macro
85 # define ZEND_STRTOUL(s0, s1, base) strtoul((s0), (s1), (base)) macro

Completed in 10 milliseconds