Searched refs:atoll (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/ext/date/ |
H A D | config0.m4 | 4 dnl Check for strtoll, atoll 5 AC_CHECK_FUNCS(strtoll atoll)
|
/PHP-8.0/Zend/ |
H A D | zend_long.h | 76 # define ZEND_ATOL(i, s) (i) = atoll((s))
|
/PHP-8.0/ext/mysqlnd/ |
H A D | mysqlnd_portability.h | 41 #if __STDC_VERSION__ < 199901L && !defined(atoll) 43 #define atoll atol macro
|
H A D | mysqlnd_wireprotocol.c | 1639 atoll((char *) p); in php_mysqlnd_rowp_read_text_protocol_aux()
|
/PHP-8.0/ext/date/lib/ |
H A D | parse_iso_intervals.re | 34 # define strtoll(s, f, b) atoll(s)
|
H A D | parse_iso_intervals.c | 36 # define strtoll(s, f, b) atoll(s)
|
H A D | parse_date.re | 37 # define strtoll(s, f, b) atoll(s)
|
H A D | parse_date.c | 39 # define strtoll(s, f, b) atoll(s)
|
Completed in 54 milliseconds