mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02:00
% shouldn't be escaped here
This commit is contained in:
parent
d1c04314c5
commit
f490cdfae3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue