Home
last modified time | relevance | path

Searched refs:ZEND_STRTOUL (Results 1 – 6 of 6) 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
H A Dzend_ini.c726 zend_ulong retval = ZEND_STRTOUL(digits, &digits_end, base); in zend_ini_parse_quantity_internal()
/php-src/ext/standard/
H A Dscanf.c354 value = ZEND_STRTOUL(format-1, &end, 10); in ValidateFormat()
401 value = ZEND_STRTOUL(format-1, &format, 10); in ValidateFormat()
698 value = ZEND_STRTOUL(format-1, &end, 10); in php_sscanf_internal()
710 width = ZEND_STRTOUL(format-1, &format, 10); in php_sscanf_internal()
H A Dcrypt_sha256.c353 zend_ulong srounds = ZEND_STRTOUL(num, &endp, 10); in php_sha256_crypt_r()
H A Dcrypt_sha512.c390 zend_ulong srounds = ZEND_STRTOUL(num, &endp, 10); in php_sha512_crypt_r()
H A Dbasic_functions.c2425 zend_ulong key = (zend_ulong) ZEND_STRTOUL(Z_STRVAL_P(arg1), NULL, 0);

Completed in 35 milliseconds