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()136 } else if (PHPDBG_EOL_LF == PHPDBG_G(eol) || PHPDBG_EOL_CR == PHPDBG_G(eol)) { in phpdbg_eol_convert()139 if (PHPDBG_EOL_LF == PHPDBG_G(eol)) { in phpdbg_eol_convert()
33 PHPDBG_EOL_LF, /* UNIX */ enumerator
179 pg->eol = PHPDBG_EOL_LF; in php_phpdbg_globals_ctor()
Completed in 12 milliseconds