Home
last modified time | relevance | path

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

/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_eol.c32 {"LF", "\n", PHPDBG_EOL_LF},
42 PHPDBG_G(eol) = PHPDBG_EOL_LF; in phpdbg_eol_global_update()
133 } else if (PHPDBG_EOL_LF == PHPDBG_G(eol) || PHPDBG_EOL_CR == PHPDBG_G(eol)) { in phpdbg_eol_convert()
136 if (PHPDBG_EOL_LF == PHPDBG_G(eol)) { in phpdbg_eol_convert()
H A Dphpdbg_eol.h33 PHPDBG_EOL_LF, /* UNIX */ enumerator
H A Dphpdbg.c180 pg->eol = PHPDBG_EOL_LF; in php_phpdbg_globals_ctor()

Completed in 20 milliseconds