--TEST-- auto_detect_line_endings --INI-- bool --INI-- auto_detect_line_endings=on --STDIN-- fooBar1 fooBar2 fooBar3 --FILE-- --EXPECT-- Deprecated: auto_detect_line_endings is deprecated in Unknown on line 0 string(1) "1" string(8) "fooBar1 " string(8) "fooBar2 " string(8) "fooBar3 " Done