Home
last modified time | relevance | path

Searched refs:lf (Results 1 – 21 of 21) sorted by relevance

/PHP-7.4/
H A D.editorconfig8 end_of_line = lf
/PHP-7.4/ext/standard/tests/strings/
H A Dsprintf_variation14.phpt22 "%f", "%hf", "%lf",
H A Dsprintf_variation11.phpt24 "%f", "%hf", "%lf",
H A Dvsprintf_variation5.phpt22 "%lf %Lf, %4f %-4f",
H A Dvprintf_variation5.phpt22 "%lf %Lf, %4f %-4f",
H A Dvfprintf_variation5.phpt22 "%lf %Lf, %4f %-4f",
H A Dvsprintf_variation6.phpt20 %lf %Lf %4f %-4f
H A Dvprintf_variation6.phpt20 %lf %Lf %4f %-4f
H A Dvfprintf_variation6.phpt20 %lf %Lf %4f %-4f
H A Dstrspn_variation6.phpt75 "lf\the\i\100\xaa"
H A Dsprintf_variation12.phpt32 "%f", "%hf", "%lf",
H A Dsprintf_variation10.phpt36 "%f", "%hf", "%lf",
H A Dsprintf_variation13.phpt38 "%f", "%hf", "%lf",
H A Dsprintf_variation9.phpt49 "%f", "%hf", "%lf",
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation10.phpt35 "%hf", "%lf", "%Lf",
H A Dfscanf_variation13.phpt31 $float_formats = array( "%f", "%hf", "%lf", "%Lf", " %f", "%f ", "% f", "\t%f", "\n%f", "%4f", "%30…
H A Dfscanf_variation11.phpt40 "%hf", "%lf", "%Lf",
H A Dfscanf_variation12.phpt45 $float_formats = array( "%f", "%hf", "%lf", "%Lf", " %f", "%f ", "% f", "\t%f", "\n%f", "%4f", "%30…
H A Dfscanf_variation9.phpt52 $float_formats = array( "%f", "%hf", "%lf", "%Lf", " %f", "%f ", "% f", "\t%f", "\n%f", "%4f", "%30…
H A Dfscanf_variation8.phpt59 "%hf", "%lf", "%Lf",
/PHP-7.4/main/streams/
H A Dstreams.c853 const char *cr, *lf, *eol = NULL; in php_stream_locate_eol() local
867 lf = memchr(readptr, '\n', avail); in php_stream_locate_eol()
869 if (cr && lf != cr + 1 && !(lf && lf < cr)) { in php_stream_locate_eol()
874 } else if ((cr && lf && cr == lf - 1) || (lf)) { in php_stream_locate_eol()
877 eol = lf; in php_stream_locate_eol()

Completed in 38 milliseconds