Home
last modified time | relevance | path

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

/PHP-7.3/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-7.3/ext/standard/
H A Dfile.h118 zend_long auto_detect_line_endings; member
H A Dfile.c166 …TRY("auto_detect_line_endings", "0", PHP_INI_ALL, OnUpdateBool, auto_detect_line_endings, php_file…
/PHP-7.3/main/streams/
H A Dstreams.c299 if (FG(auto_detect_line_endings)) { in _php_stream_alloc()
/PHP-7.3/
H A Dphp.ini-development875 ;auto_detect_line_endings = Off
H A Dphp.ini-production877 ;auto_detect_line_endings = Off
H A DNEWS682 . Fixed bug #78535 (auto_detect_line_endings value not parsed as bool).

Completed in 45 milliseconds