mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +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;
|
gotSequential = 1;
|
||||||
if (gotXpg) {
|
if (gotXpg) {
|
||||||
mixedXPG:
|
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;
|
goto error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue