ZEND_ATOL          66 Zend/zend_long.h #  define ZEND_ATOL(i, s) i = _atoi64((s))
ZEND_ATOL          78 Zend/zend_long.h #  define ZEND_ATOL(i, s) (i) = atoll((s))
ZEND_ATOL          94 Zend/zend_long.h #  define ZEND_ATOL(i, s) i = atol((s))
ZEND_ATOL         101 Zend/zend_long.h #  define ZEND_ATOL(i, s) (i) = atol((s))