Home
last modified time | relevance | path

Searched refs:nf (Results 1 – 13 of 13) sorted by relevance

/PHP-8.1/ext/fileinfo/libmagic/
H A Dis_csv.c94 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 Dbug78912.phpt11 $nf = new NumberFormatter('en_US', NumberFormatter::CURRENCY_ACCOUNTING);
12 var_dump($nf->formatCurrency(-12345.67, 'USD'));
H A Dformatter_format2.phpt103 … zwei­hundert­vier­und­dreißig­tausend­fünf­hundert­sieben­und­sechzig Komma acht neun eins zwei d…
H A Dformatter_format4.phpt104 … zwei­hundert­vier­und­dreißig­tausend­fünf­hundert­sieben­und­sechzig Komma acht neun eins zwei d…
H A Dformatter_format5.phpt104 … zwei­hundert­vier­und­dreißig­tausend­fünf­hundert­sieben­und­sechzig Komma acht neun eins zwei d…
H A Dformatter_format6.phpt104 … zwei­hundert­vier­und­dreißig­tausend­fünf­hundert­sieben­und­sechzig Komma acht neun eins zwei d…
H A Dformatter_format3.phpt104 … zwei­hundert­vier­und­dreißig­tausend­fünf­hundert­sieben­und­sechzig Komma acht neun eins zwei d…
H A Dformatter_format7.phpt104 … zwei­hundert­vier­und­dreißig­tausend­fünf­hundert­sieben­und­sechzig Komma acht neun eins zwei d…
H A Dformatter_format8.phpt103 … zwei­hundert­vier­und­dreißig­tausend­fünf­hundert­sieben­und­sechzig Komma acht neun eins zwei d…
/PHP-8.1/ext/standard/tests/filters/
H A Dchunked_001.phpt18 "data://text/plain,1f\n0123456789abcdef0123456789abcde\n1\nf\n0\n",
/PHP-8.1/ext/standard/tests/file/windows_mb_path/
H A Dbug75063_utf8.phpt50 print(shell_exec(getenv('TEST_PHP_EXECUTABLE') . " -nf code.php"));
/PHP-8.1/ext/standard/tests/strings/
H A Dwordwrap_error.phpt54 … />\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 Dzend_strtod.c2533 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 42 milliseconds