mirror of
https://github.com/php/php-src.git
synced 2026-04-26 17:38:14 +02:00
% shouldn't be escaped here
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user