Home
last modified time | relevance | path

Searched refs:auto_detect_line_endings (Results 1 – 7 of 7) sorted by relevance

/PHP-8.2/ext/standard/tests/file/
H A Dauto_detect_line_endings_1.phpt2 auto_detect_line_endings --INI-- bool
4 auto_detect_line_endings=on
12 var_dump(ini_get("auto_detect_line_endings"));
21 Deprecated: auto_detect_line_endings is deprecated in Unknown on line 0
H A Dauto_detect_line_endings_2.phpt2 ini_set auto_detect_line_endings bool
6 ini_set("auto_detect_line_endings", "on");
7 var_dump(ini_get("auto_detect_line_endings"));
20 Deprecated: auto_detect_line_endings is deprecated in %s on line %d
/PHP-8.2/ext/standard/
H A Dfile.h96 bool auto_detect_line_endings; member
H A Dfile.c170 …line_endings", "0", PHP_INI_ALL, OnUpdateAutoDetectLineEndings, auto_detect_line_endings, php_file…
/PHP-8.2/main/streams/
H A Dstreams.c303 if (FG(auto_detect_line_endings)) { in _php_stream_alloc()
/PHP-8.2/
H A Dphp.ini-development889 ;auto_detect_line_endings = Off
H A Dphp.ini-production891 ;auto_detect_line_endings = Off

Completed in 26 milliseconds