Searched refs:fmode (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/main/ |
| H A D | snprintf.c | 66 static char * __cvt(double value, int ndigit, int *decpt, int *sign, int fmode, int pad) /* {{{ */ argument 80 *decpt = 1 - fmode; /* 1 for 'e', 0 for 'f' */ 91 p = zend_dtoa(value, fmode + 2, ndigit, decpt, sign, &rve); 100 if (pad && fmode) {
|
Completed in 4 milliseconds