Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_long.h68 # define ZEND_STRTOUL(s0, s1, base) _strtoui64((s0), (s1), (base)) macro
80 # define ZEND_STRTOUL(s0, s1, base) strtoull((s0), (s1), (base)) macro
87 # define ZEND_STRTOUL(s0, s1, base) strtoul((s0), (s1), (base)) macro
/PHP-7.0/ext/standard/
H A Dscanf.c358 value = ZEND_STRTOUL(format-1, &end, 10); in ValidateFormat()
405 value = ZEND_STRTOUL(format-1, &format, 10); in ValidateFormat()
710 value = ZEND_STRTOUL(format-1, &end, 10); in php_sscanf_internal()
722 width = ZEND_STRTOUL(format-1, &format, 10); in php_sscanf_internal()
H A Dcrypt_sha256.c375 zend_ulong srounds = ZEND_STRTOUL(num, &endp, 10); in php_sha256_crypt_r()
H A Dcrypt_sha512.c408 zend_ulong srounds = ZEND_STRTOUL(num, &endp, 10); in php_sha512_crypt_r()
/PHP-7.0/
H A DUPGRADING.INTERNALS114 strtoul, strtoull, _strtoui64 ZEND_STRTOUL for use with zend_long

Completed in 25 milliseconds