Home
last modified time | relevance | path

Searched refs:PHPDBG_EOL_LF (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_eol.c30 {"LF", "\n", PHPDBG_EOL_LF},
40 PHPDBG_G(eol) = PHPDBG_EOL_LF; in phpdbg_eol_global_update()
134 } else if (PHPDBG_EOL_LF == PHPDBG_G(eol) || PHPDBG_EOL_CR == PHPDBG_G(eol)) { in phpdbg_eol_convert()
137 if (PHPDBG_EOL_LF == PHPDBG_G(eol)) { in phpdbg_eol_convert()
H A Dphpdbg_eol.h31 PHPDBG_EOL_LF, /* UNIX */ enumerator
H A Dphpdbg.c179 pg->eol = PHPDBG_EOL_LF; in php_phpdbg_globals_ctor()

Completed in 11 milliseconds