Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_strtod.c3640 nrv_alloc(s, rve, n) char *s, **rve; int n; in nrv_alloc() function
3642 nrv_alloc(const char *s, char **rve, int n)
3814 return nrv_alloc("Infinity", rve, 8);
3816 return nrv_alloc("NaN", rve, 3);
3824 return nrv_alloc("0", rve, 1);

Completed in 17 milliseconds