diff --git a/ext/standard/scanf.c b/ext/standard/scanf.c index b2ff8ea5e97..bc4a1a6f697 100644 --- a/ext/standard/scanf.c +++ b/ext/standard/scanf.c @@ -850,7 +850,7 @@ notXpg: gotSequential = 1; if (gotXpg) { mixedXPG: - php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", "cannot mix \"\%\" and \"\%n$\" conversion specifiers"); + php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", "cannot mix \"%\" and \"%n$\" conversion specifiers"); goto error; }