ZEND_STRTOUL      375 ext/standard/crypt_sha256.c 		zend_ulong srounds = ZEND_STRTOUL(num, &endp, 10);
ZEND_STRTOUL      408 ext/standard/crypt_sha512.c 		zend_ulong srounds = ZEND_STRTOUL(num, &endp, 10);
ZEND_STRTOUL      358 ext/standard/scanf.c 			value = ZEND_STRTOUL(format-1, &end, 10);
ZEND_STRTOUL      405 ext/standard/scanf.c 			value = ZEND_STRTOUL(format-1, &format, 10);
ZEND_STRTOUL      710 ext/standard/scanf.c 			value = ZEND_STRTOUL(format-1, &end, 10);
ZEND_STRTOUL      722 ext/standard/scanf.c 			width = ZEND_STRTOUL(format-1, &format, 10);