Home
last modified time | relevance | path

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

/PHP-8.0/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"));
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"));
/PHP-8.0/ext/standard/
H A Dfile.h89 zend_bool auto_detect_line_endings; member
H A Dfile.c160 …EAN("auto_detect_line_endings", "0", PHP_INI_ALL, OnUpdateBool, auto_detect_line_endings, php_file…
/PHP-8.0/main/streams/
H A Dstreams.c301 if (FG(auto_detect_line_endings)) { in _php_stream_alloc()
/PHP-8.0/
H A Dphp.ini-development889 ;auto_detect_line_endings = Off
H A Dphp.ini-production891 ;auto_detect_line_endings = Off

Completed in 56 milliseconds