Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_long.h67 # define ZEND_STRTOUL(s0, s1, base) _strtoui64((s0), (s1), (base)) macro
79 # define ZEND_STRTOUL(s0, s1, base) strtoull((s0), (s1), (base)) macro
86 # define ZEND_STRTOUL(s0, s1, base) strtoul((s0), (s1), (base)) macro

Completed in 7 milliseconds