Searched refs:zend_atol_internal (Results 1 – 1 of 1) sorted by relevance
139 static zend_long ZEND_FASTCALL zend_atol_internal(const char *str, size_t str_len) /* {{{ */ in zend_atol_internal() function173 return zend_atol_internal(str, str_len); in zend_atol()178 return (int) zend_atol_internal(str, str_len); in zend_atoi()
Completed in 11 milliseconds