Home
last modified time | relevance | path

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

/php-src/
H A D.editorconfig8 end_of_line = lf
/php-src/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-src/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-src/main/streams/
H A Dstreams.c882 const char *cr, *lf, *eol = NULL; in php_stream_locate_eol() local
896 lf = memchr(readptr, '\n', avail); in php_stream_locate_eol()
898 if (cr && lf != cr + 1 && !(lf && lf < cr)) { in php_stream_locate_eol()
903 } else if ((cr && lf && cr == lf - 1) || (lf)) { in php_stream_locate_eol()
906 eol = lf; in php_stream_locate_eol()
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c6127 if(lf->extraline){
6128 lf->extraline=0;
6133 *size=fread(lf->buff,1,sizeof(lf->buff),lf->f);
6144 LoadF lf;
6148 lf.extraline=0;
6151 lf.f=stdin;
6158 c=getc(lf.f);
6160 lf.extraline=1;
6165 lf.f=freopen(filename,"rb",lf.f);
6168 lf.extraline=0;
[all …]
/php-src/.github/workflows/
H A Dpush.yml245 run: git config --global core.autocrlf false && git config --global core.eol lf
H A Dnightly.yml982 run: git config --global core.autocrlf false && git config --global core.eol lf

Completed in 48 milliseconds