Searched refs:nf (Results 1 – 13 of 13) sorted by relevance
/PHP-8.1/ext/fileinfo/libmagic/ |
H A D | is_csv.c | 94 size_t nf = 0, tf = 0, nl = 0; in csv_parse() local 103 nf++; in csv_parse() 106 DPRINTF("%zu %zu %zu\n", nl, nf, tf); in csv_parse() 110 return tf != 0 && tf == nf; in csv_parse() 114 if (nf == 0) in csv_parse() 117 tf = nf; in csv_parse() 118 } else if (tf != nf) { in csv_parse() 122 nf = 0; in csv_parse()
|
/PHP-8.1/ext/intl/tests/ |
H A D | bug78912.phpt | 11 $nf = new NumberFormatter('en_US', NumberFormatter::CURRENCY_ACCOUNTING); 12 var_dump($nf->formatCurrency(-12345.67, 'USD'));
|
H A D | formatter_format2.phpt | 103 … zweihundertvierunddreißigtausendfünfhundertsiebenundsechzig Komma acht neun eins zwei d…
|
H A D | formatter_format4.phpt | 104 … zweihundertvierunddreißigtausendfünfhundertsiebenundsechzig Komma acht neun eins zwei d…
|
H A D | formatter_format5.phpt | 104 … zweihundertvierunddreißigtausendfünfhundertsiebenundsechzig Komma acht neun eins zwei d…
|
H A D | formatter_format6.phpt | 104 … zweihundertvierunddreißigtausendfünfhundertsiebenundsechzig Komma acht neun eins zwei d…
|
H A D | formatter_format3.phpt | 104 … zweihundertvierunddreißigtausendfünfhundertsiebenundsechzig Komma acht neun eins zwei d…
|
H A D | formatter_format7.phpt | 104 … zweihundertvierunddreißigtausendfünfhundertsiebenundsechzig Komma acht neun eins zwei d…
|
H A D | formatter_format8.phpt | 103 … zweihundertvierunddreißigtausendfünfhundertsiebenundsechzig Komma acht neun eins zwei d…
|
/PHP-8.1/ext/standard/tests/filters/ |
H A D | chunked_001.phpt | 18 "data://text/plain,1f\n0123456789abcdef0123456789abcde\n1\nf\n0\n",
|
/PHP-8.1/ext/standard/tests/file/windows_mb_path/ |
H A D | bug75063_utf8.phpt | 50 print(shell_exec(getenv('TEST_PHP_EXECUTABLE') . " -nf code.php"));
|
/PHP-8.1/ext/standard/tests/strings/ |
H A D | wordwrap_error.phpt | 54 … />\no<br />\nr<br />\nd<br />\nw<br />\nr<br />\na<br />\np<br />\n<br />\nf<br />\nu<br />\nn<br…
|
/PHP-8.1/Zend/ |
H A D | zend_strtod.c | 2533 int esign, i, j, k, nd, nd0, nf, nz, nz0, nz1, sign; local 2609 for(nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++) 2648 nf += nz; 2658 nf += nz; 2677 if (nf < 0) { 2679 nf = DBL_DIG + 2; 2755 bc.e0 = e1 = e -= nf;
|
Completed in 35 milliseconds