Home
last modified time | relevance | path

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

12

/dports/www/mod_php81/php-8.1.1/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
/dports/lang/php81/php-8.1.1/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
/dports/lang/php73/php-7.3.33/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
/dports/www/mod_php74/php-7.4.27/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
/dports/lang/php74/php-7.4.27/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
/dports/lang/php80/php-8.0.15/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
/dports/www/mod_php80/php-8.0.15/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
/dports/www/mod_php73/php-7.3.33/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
/dports/lang/php81/php-8.1.1/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.c359 zend_ulong srounds = ZEND_STRTOUL(num, &endp, 10); in php_sha256_crypt_r()
/dports/www/mod_php81/php-8.1.1/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.c359 zend_ulong srounds = ZEND_STRTOUL(num, &endp, 10); in php_sha256_crypt_r()
/dports/lang/php80/php-8.0.15/ext/standard/
H A Dscanf.c352 value = ZEND_STRTOUL(format-1, &end, 10); in ValidateFormat()
399 value = ZEND_STRTOUL(format-1, &format, 10); in ValidateFormat()
696 value = ZEND_STRTOUL(format-1, &end, 10); in php_sscanf_internal()
708 width = ZEND_STRTOUL(format-1, &format, 10); in php_sscanf_internal()
H A Dcrypt_sha256.c359 zend_ulong srounds = ZEND_STRTOUL(num, &endp, 10); in php_sha256_crypt_r()
/dports/www/mod_php80/php-8.0.15/ext/standard/
H A Dscanf.c352 value = ZEND_STRTOUL(format-1, &end, 10); in ValidateFormat()
399 value = ZEND_STRTOUL(format-1, &format, 10); in ValidateFormat()
696 value = ZEND_STRTOUL(format-1, &end, 10); in php_sscanf_internal()
708 width = ZEND_STRTOUL(format-1, &format, 10); in php_sscanf_internal()
H A Dcrypt_sha256.c359 zend_ulong srounds = ZEND_STRTOUL(num, &endp, 10); in php_sha256_crypt_r()
/dports/lang/php74/php-7.4.27/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()
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 Dcrypt_sha256.c359 zend_ulong srounds = ZEND_STRTOUL(num, &endp, 10); in php_sha256_crypt_r()
/dports/lang/php73/php-7.3.33/ext/standard/
H A Dscanf.c356 value = ZEND_STRTOUL(format-1, &end, 10); in ValidateFormat()
403 value = ZEND_STRTOUL(format-1, &format, 10); in ValidateFormat()
708 value = ZEND_STRTOUL(format-1, &end, 10); in php_sscanf_internal()
720 width = ZEND_STRTOUL(format-1, &format, 10); in php_sscanf_internal()
H A Dcrypt_sha256.c363 zend_ulong srounds = ZEND_STRTOUL(num, &endp, 10); in php_sha256_crypt_r()
H A Dcrypt_sha512.c396 zend_ulong srounds = ZEND_STRTOUL(num, &endp, 10); in php_sha512_crypt_r()
/dports/www/mod_php73/php-7.3.33/ext/standard/
H A Dscanf.c356 value = ZEND_STRTOUL(format-1, &end, 10); in ValidateFormat()
403 value = ZEND_STRTOUL(format-1, &format, 10); in ValidateFormat()
708 value = ZEND_STRTOUL(format-1, &end, 10); in php_sscanf_internal()
720 width = ZEND_STRTOUL(format-1, &format, 10); in php_sscanf_internal()
H A Dcrypt_sha256.c363 zend_ulong srounds = ZEND_STRTOUL(num, &endp, 10); in php_sha256_crypt_r()
/dports/www/mod_php74/php-7.4.27/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()
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 Dcrypt_sha256.c359 zend_ulong srounds = ZEND_STRTOUL(num, &endp, 10); in php_sha256_crypt_r()

12