Searched refs:nf (Results 1 - 4 of 4) sorted by relevance
| /PHP_5_3/Zend/ |
| H A D | zend_strtod.c | 2047 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local 2085 for(nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++) 2098 nf += nz; 2108 nf += nz; 2166 e1 = e -= nf;
|
| /PHP_5_3/ext/ereg/regex/ |
| H A D | main.c | 133 int nf; local 149 nf = split(inbuf, f, MAXF, "\t\t"); 150 if (nf < 3) { 154 for (i = 0; i < nf; i++) 157 if (nf <= 3) 159 if (nf <= 4)
|
| H A D | split.c | 188 register int nf; local 190 nf = split(string, fields, NF, seps); 191 print(nf, NF, fields); 194 print(nf, nfp, fields) 195 int nf; 202 bound = (nf > nfp) ? nfp : nf; 203 printf("%d:\t", nf); 205 printf("\"%s\"%s", fields[fn], (fn+1 < nf) ? ", " : "\n"); 212 int nf; member in struct:__anon68 282 register int nf; local [all...] |
| /PHP_5_3/ext/intl/ |
| H A D | php_intl.c | 214 ZEND_ARG_INFO(0, nf) 218 ZEND_ARG_INFO(0, nf) 224 ZEND_ARG_INFO(0, nf) 230 ZEND_ARG_INFO(0, nf) 235 ZEND_ARG_INFO(0, nf) 241 ZEND_ARG_INFO(0, nf) 247 ZEND_ARG_INFO(0, nf) 252 ZEND_ARG_INFO(0, nf) 262 ZEND_ARG_INFO(0, nf) 270 ZEND_ARG_INFO(0, nf) [all...] |
Completed in 7 milliseconds