Home
last modified time | relevance | path

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

/PHP-8.0/ext/fileinfo/libmagic/
H A Dis_csv.c94 size_t nf = 0, tf = 0, nl = 0; in csv_parse() local
104 nf++; in csv_parse()
107 DPRINTF("%zu %zu %zu\n", nl, nf, tf); in csv_parse()
111 return tf != 0 && tf == nf; in csv_parse()
115 if (nf == 0) in csv_parse()
118 tf = nf; in csv_parse()
119 } else if (tf != nf) { in csv_parse()
123 nf = 0; in csv_parse()
/PHP-8.0/ext/intl/tests/
H A Dbug78912.phpt10 $nf = new NumberFormatter('en_US', NumberFormatter::CURRENCY_ACCOUNTING);
11 var_dump($nf->formatCurrency(-12345.67, 'USD'));
H A Dformatter_format4.phpt103 … zwei­hundert­vier­und­dreißig­tausend­fünf­hundert­sieben­und­sechzig Komma acht neun eins zwei d…
H A Dformatter_format5.phpt103 … zwei­hundert­vier­und­dreißig­tausend­fünf­hundert­sieben­und­sechzig Komma acht neun eins zwei d…
H A Dformatter_format2.phpt102 … zwei­hundert­vier­und­dreißig­tausend­fünf­hundert­sieben­und­sechzig Komma acht neun eins zwei d…
H A Dformatter_format3.phpt103 … zwei­hundert­vier­und­dreißig­tausend­fünf­hundert­sieben­und­sechzig Komma acht neun eins zwei d…
H A Dformatter_format6.phpt103 … zwei­hundert­vier­und­dreißig­tausend­fünf­hundert­sieben­und­sechzig Komma acht neun eins zwei d…
H A Dformatter_format8.phpt102 … zwei­hundert­vier­und­dreißig­tausend­fünf­hundert­sieben­und­sechzig Komma acht neun eins zwei d…
H A Dformatter_format7.phpt103 … zwei­hundert­vier­und­dreißig­tausend­fünf­hundert­sieben­und­sechzig Komma acht neun eins zwei d…
/PHP-8.0/ext/standard/tests/filters/
H A Dchunked_001.phpt18 "data://text/plain,1f\n0123456789abcdef0123456789abcde\n1\nf\n0\n",
/PHP-8.0/ext/standard/tests/file/windows_mb_path/
H A Dbug75063_utf8.phpt50 print(shell_exec(getenv('TEST_PHP_EXECUTABLE') . " -nf code.php"));
/PHP-8.0/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.0/Zend/
H A Dzend_strtod.c2543 int esign, i, j, k, nd, nd0, nf, nz, nz0, nz1, sign; local
2619 for(nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++)
2658 nf += nz;
2668 nf += nz;
2687 if (nf < 0) {
2689 nf = DBL_DIG + 2;
2764 bc.e0 = e1 = e -= nf;

Completed in 22 milliseconds