} else switch (param->type) {
case STR_PARAM:
if (FAILURE == phpdbg_eol_global_update(param->str TSRMLS_CC)) {
- phpdbg_notice("eol", "unknown EOL name '%s', give crlf, lfcr, lf, cr", "unknown EOL name '%s', give crlf, lfcr, lf, cr", param->str);
+ phpdbg_notice("eol", "unknown EOL name '%s', give crlf, lf, cr", "unknown EOL name '%s', give crlf, lf, cr", param->str);
}
break;
#include "phpdbg_opcode.h"
#include "phpdbg_io.h"
#include "phpdbg_utils.h"
+#include "phpdbg_eol.h"
#include "ext/standard/html.h"
#ifdef _WIN32