Home
last modified time | relevance | path

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

/php-src/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-src/Zend/tests/in-de-crement/
H A Dincrement_with_castable_objects_no_addition.phpt11 $nf = new NumericCastableNoOperations(58.3);
33 var_dump($nf + 1);
61 $nf++;
62 var_dump($nf);
H A Ddecrement_with_castable_objects_no_subtraction.phpt11 $nf = new NumericCastableNoOperations(58.3);
33 var_dump($nf - 1);
61 $nf--;
62 var_dump($nf);
/php-src/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_format3.phpt104 … 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_format8.phpt103 … 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…
/php-src/ext/standard/tests/filters/
H A Dchunked_001.phpt18 "data://text/plain,1f\n0123456789abcdef0123456789abcde\n1\nf\n0\n",
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dbug75063_utf8.phpt50 print(shell_exec(getenv('TEST_PHP_EXECUTABLE_ESCAPED') . " -nf code.php"));
/php-src/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-src/Zend/
H A Dzend_strtod.c2529 int esign, i, j, k, nd, nd0, nf, nz, nz0, nz1, sign; local
2605 for(nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++)
2644 nf += nz;
2654 nf += nz;
2673 if (nf < 0) {
2675 nf = DBL_DIG + 2;
2751 bc.e0 = e1 = e -= nf;
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます28642 # Reference: https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-dosdatetimetofil…
H A Dmagic28642 # Reference: https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-dosdatetimetofil…

Completed in 176 milliseconds