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