Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_strtod.c3643 nrv_alloc(s, rve, n) char *s, **rve; int n; in nrv_alloc() function
3645 nrv_alloc(const char *s, char **rve, int n)
3817 return nrv_alloc("Infinity", rve, 8);
3819 return nrv_alloc("NaN", rve, 3);
3827 return nrv_alloc("0", rve, 1);

Completed in 13 milliseconds