atoll 78 Zend/zend_long.h # define ZEND_ATOL(i, s) (i) = atoll((s)) atoll 48 ext/date/lib/parse_date.c # define strtoll(s, f, b) atoll(s) atoll 47 ext/date/lib/parse_iso_intervals.c # define strtoll(s, f, b) atoll(s) atoll 54 ext/date/php_date.c # define DATE_A64I(i, s) i = atoll(s) atoll 41 ext/mysqlnd/mysqlnd_portability.h #if __STDC_VERSION__ < 199901L && !defined(atoll) atoll 1677 ext/mysqlnd/mysqlnd_wireprotocol.c atoll((char *) p); atoll 1685 ext/mysqlnd/mysqlnd_wireprotocol.c (uint64_t) atoll((char *) p); atoll 916 main/rfc1867.c max_file_size = atoll(value);