Home
last modified time | relevance | path

Searched refs:ZEND_LTOA (Results 1 – 2 of 2) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_long.h65 # define ZEND_LTOA(i, s, len) _i64toa_s((i), (s), (len), 10) macro
73 # define ZEND_LTOA(i, s, len) \ macro
93 # define ZEND_LTOA(i, s, len) _ltoa_s((i), (s), (len), 10) macro
96 # define ZEND_LTOA(i, s, len) \ macro
/PHP-7.0/
H A DUPGRADING.INTERNALS111 snprintf with "%ld" or "%lld", _ltoa_s, _i64toa_s ZEND_LTOA for use with zend_long

Completed in 9 milliseconds