Home
last modified time | relevance | path

Searched refs:mail_mixed_lf_and_crlf (Results 1 – 4 of 4) sorted by relevance

/php-src/main/
H A Dphp_globals.h156 bool mail_mixed_lf_and_crlf; member
H A Dmain.c751 …d_crlf", "0", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateBool, mail_mixed_lf_and_crlf, php_cor…
/php-src/ext/standard/
H A Dmail.c471 char *line_sep = PG(mail_mixed_lf_and_crlf) ? "\n" : "\r\n"; in php_mail()
/php-src/ext/mbstring/
H A Dmbstring.c4580 const char *line_sep = PG(mail_mixed_lf_and_crlf) ? "\n" : CRLF; in PHP_FUNCTION()

Completed in 33 milliseconds