Searched refs:nf (Results 1 – 13 of 13) sorted by relevance
/php-src/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-src/Zend/tests/in-de-crement/ |
H A D | increment_with_castable_objects_no_addition.phpt | 11 $nf = new NumericCastableNoOperations(58.3); 33 var_dump($nf + 1); 61 $nf++; 62 var_dump($nf);
|
H A D | decrement_with_castable_objects_no_subtraction.phpt | 11 $nf = new NumericCastableNoOperations(58.3); 33 var_dump($nf - 1); 61 $nf--; 62 var_dump($nf);
|
/php-src/ext/intl/tests/ |
H A D | bug78912.phpt | 7 $nf = new NumberFormatter('en_US', NumberFormatter::CURRENCY_ACCOUNTING); 8 var_dump($nf->formatCurrency(-12345.67, 'USD'));
|
H A D | formatter_format6.phpt | 103 … 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…
|
H A D | formatter_format7.phpt | 104 … zweihundertvierunddreißigtausendfünfhundertsiebenundsechzig Komma acht neun eins zwei d…
|
/php-src/ext/standard/tests/filters/ |
H A D | chunked_001.phpt | 18 "data://text/plain,1f\n0123456789abcdef0123456789abcde\n1\nf\n0\n",
|
/php-src/ext/standard/tests/file/windows_mb_path/ |
H A D | bug75063_utf8.phpt | 50 print(shell_exec(getenv('TEST_PHP_EXECUTABLE_ESCAPED') . " -nf code.php"));
|
/php-src/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-src/Zend/ |
H A D | zend_strtod.c | 2525 int esign, i, j, k, nd, nd0, nf, nz, nz0, nz1, sign; local 2601 for(nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++) 2640 nf += nz; 2650 nf += nz; 2669 if (nf < 0) { 2671 nf = DBL_DIG + 2; 2747 bc.e0 = e1 = e -= nf;
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 28642 # Reference: https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-dosdatetimetofil…
|
H A D | magic | 28642 # Reference: https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-dosdatetimetofil…
|
Completed in 158 milliseconds