Searched refs:nrv_alloc (Results 1 – 1 of 1) sorted by relevance
/PHP-7.4/Zend/ |
H A D | zend_strtod.c | 3643 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 9 milliseconds