Home
last modified time | relevance | path

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

/PHP-8.1/
H A D.editorconfig8 end_of_line = lf
/PHP-8.1/ext/standard/tests/strings/
H A Dvprintf_variation5.phpt17 "%lf %4f %-4f",
H A Dvprintf_variation6.phpt15 %lf %4f %-4f
H A Dstrspn_variation6.phpt68 "lf\the\i\100\xaa"
H A Dsprintf_variation10.phpt31 "%f", "%lf", " %f", "%f ",
H A Dsprintf_variation9.phpt44 "%f", "%lf", " %f", "%f ",
/PHP-8.1/ext/standard/tests/file/
H A Dfscanf_variation10.phpt30 "%hf", "%lf", "%Lf",
H A Dfscanf_variation13.phpt26 $float_formats = array( "%f", "%hf", "%lf", "%Lf", " %f", "%f ", "% f", "\t%f", "\n%f", "%4f", "%30…
H A Dfscanf_variation11.phpt35 "%hf", "%lf", "%Lf",
H A Dfscanf_variation12.phpt40 $float_formats = array( "%f", "%hf", "%lf", "%Lf", " %f", "%f ", "% f", "\t%f", "\n%f", "%4f", "%30…
H A Dfscanf_variation9.phpt47 $float_formats = array( "%f", "%hf", "%lf", "%Lf", " %f", "%f ", "% f", "\t%f", "\n%f", "%4f", "%30…
H A Dfscanf_variation8.phpt54 "%hf", "%lf", "%Lf",
/PHP-8.1/main/streams/
H A Dstreams.c851 const char *cr, *lf, *eol = NULL; in php_stream_locate_eol() local
865 lf = memchr(readptr, '\n', avail); in php_stream_locate_eol()
867 if (cr && lf != cr + 1 && !(lf && lf < cr)) { in php_stream_locate_eol()
872 } else if ((cr && lf && cr == lf - 1) || (lf)) { in php_stream_locate_eol()
875 eol = lf; in php_stream_locate_eol()
/PHP-8.1/.github/workflows/
H A Dpush.yml147 run: git config --global core.autocrlf false && git config --global core.eol lf
H A Dnightly.yml668 run: git config --global core.autocrlf false && git config --global core.eol lf
/PHP-8.1/ext/opcache/jit/dynasm/
H A Dminilua.c6126 if(lf->extraline){
6127 lf->extraline=0;
6132 *size=fread(lf->buff,1,sizeof(lf->buff),lf->f);
6143 LoadF lf;
6147 lf.extraline=0;
6150 lf.f=stdin;
6157 c=getc(lf.f);
6159 lf.extraline=1;
6164 lf.f=freopen(filename,"rb",lf.f);
6167 lf.extraline=0;
[all …]

Completed in 45 milliseconds