Searched refs:ZEND_STRTOUL (Results 1 – 4 of 4) sorted by relevance
/PHP-7.4/Zend/ |
H A D | zend_long.h | 66 # 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
|
/PHP-7.4/ext/standard/ |
H A D | scanf.c | 354 value = ZEND_STRTOUL(format-1, &end, 10); in ValidateFormat() 401 value = ZEND_STRTOUL(format-1, &format, 10); in ValidateFormat() 706 value = ZEND_STRTOUL(format-1, &end, 10); in php_sscanf_internal() 718 width = ZEND_STRTOUL(format-1, &format, 10); in php_sscanf_internal()
|
H A D | crypt_sha256.c | 359 zend_ulong srounds = ZEND_STRTOUL(num, &endp, 10); in php_sha256_crypt_r()
|
H A D | crypt_sha512.c | 392 zend_ulong srounds = ZEND_STRTOUL(num, &endp, 10); in php_sha512_crypt_r()
|
Completed in 13 milliseconds