Home
last modified time | relevance | path

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

12

/PHP-5.5/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_variation13.phpt38 "%f", "%hf", "%lf",
H A Dsprintf_variation10.phpt36 "%f", "%hf", "%lf",
H A Dsprintf_variation9.phpt49 "%f", "%hf", "%lf",
/PHP-5.5/main/streams/
H A Dstreams.c845 char *cr, *lf, *eol = NULL; in php_stream_locate_eol() local
859 lf = memchr(readptr, '\n', avail); in php_stream_locate_eol()
861 if (cr && lf != cr + 1 && !(lf && lf < cr)) { in php_stream_locate_eol()
866 } else if ((cr && lf && cr == lf - 1) || (lf)) { in php_stream_locate_eol()
869 eol = lf; in php_stream_locate_eol()
/PHP-5.5/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-5.5/
H A D.gdbinit109 printf "%lf", $zvalue->value.dval
188 printf "double: %lf", $zvalue->value.dval
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput81897 /^a.b/<lf>
4057 xyz\nabc\<lf>
4058 xyz\r\nabc\<lf>
4066 xyz\rabc\<lf>
4068 /abc$/m<lf>
4084 xyz\nabcdef\<lf>
4088 /^abc/m<lf>
4100 /.*/<lf>
4143 /^a.b/<lf>
H A Dtestinput21587 xyz\nabc\<lf>
1588 xyz\r\nabc\<lf>
1596 xyz\rabc\<lf>
1598 /abc$/Im<lf>
1614 xyz\nabcdef\<lf>
1618 /^abc/Im<lf>
1636 /.*/I<lf>
1963 /^a.b/<lf>
2072 /^a.b/<lf>
2283 /(*CR)a.b/<lf>
[all …]
H A Dtestoutput82853 /^a.b/<lf>
6352 xyz\nabc\<lf>
6354 xyz\r\nabc\<lf>
6370 xyz\rabc\<lf>
6373 /abc$/m<lf>
6402 xyz\nabcdef\<lf>
6409 /^abc/m<lf>
6429 /.*/<lf>
6517 /^a.b/<lf>
H A Dtestoutput26468 xyz\nabc\<lf>
6470 xyz\r\nabc\<lf>
6486 xyz\rabc\<lf>
6489 /abc$/Im<lf>
6528 xyz\nabcdef\<lf>
6535 /^abc/Im<lf>
6579 /.*/I<lf>
7908 /^a.b/<lf>
8119 /^a.b/<lf>
8864 /(*CR)a.b/<lf>
[all …]

Completed in 100 milliseconds

12