Searched refs:lf (Results 1 – 16 of 16) sorted by relevance
/PHP-8.3/ |
H A D | .editorconfig | 8 end_of_line = lf
|
/PHP-8.3/ext/standard/tests/strings/ |
H A D | vprintf_variation5.phpt | 17 "%lf %4f %-4f",
|
H A D | vprintf_variation6.phpt | 15 %lf %4f %-4f
|
H A D | strspn_variation6.phpt | 68 "lf\the\i\100\xaa"
|
H A D | sprintf_variation10.phpt | 31 "%f", "%lf", " %f", "%f ",
|
H A D | sprintf_variation9.phpt | 44 "%f", "%lf", " %f", "%f ",
|
/PHP-8.3/ext/standard/tests/file/ |
H A D | fscanf_variation10.phpt | 30 "%hf", "%lf", "%Lf",
|
H A D | fscanf_variation13.phpt | 26 $float_formats = array( "%f", "%hf", "%lf", "%Lf", " %f", "%f ", "% f", "\t%f", "\n%f", "%4f", "%30…
|
H A D | fscanf_variation11.phpt | 35 "%hf", "%lf", "%Lf",
|
H A D | fscanf_variation12.phpt | 40 $float_formats = array( "%f", "%hf", "%lf", "%Lf", " %f", "%f ", "% f", "\t%f", "\n%f", "%4f", "%30…
|
H A D | fscanf_variation9.phpt | 47 $float_formats = array( "%f", "%hf", "%lf", "%Lf", " %f", "%f ", "% f", "\t%f", "\n%f", "%4f", "%30…
|
H A D | fscanf_variation8.phpt | 54 "%hf", "%lf", "%Lf",
|
/PHP-8.3/main/streams/ |
H A D | streams.c | 882 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-8.3/ext/opcache/jit/dynasm/ |
H A D | minilua.c | 6126 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 …]
|
/PHP-8.3/.github/workflows/ |
H A D | push.yml | 233 run: git config --global core.autocrlf false && git config --global core.eol lf
|
H A D | nightly.yml | 971 run: git config --global core.autocrlf false && git config --global core.eol lf
|
Completed in 46 milliseconds