Searched refs:PHPDBG_EOL_LF (Results 1 – 3 of 3) sorted by relevance
32 {"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()
33 PHPDBG_EOL_LF, /* UNIX */ enumerator
180 pg->eol = PHPDBG_EOL_LF; in php_phpdbg_globals_ctor()
Completed in 14 milliseconds