Skip to content

Commit 7029c37

Browse files
authored
Merge pull request doxygen#11848 from albert-github/feature/issue_11847_php_init_single_quote
issue doxygen#11847 Method string parameter: bug if simple quotes used
2 parents 6a15487 + 6a86957 commit 7029c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scanner.l

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5143,7 +5143,7 @@ NONLopt [^\n]*
51435143
if (yyextra->insidePHP)
51445144
{
51455145
yyextra->lastCopyArgStringContext=YY_START;
5146-
BEGIN(SkipPHPString);
5146+
BEGIN(CopyArgPHPString);
51475147
}
51485148
}
51495149
<ReadFuncArgType,ReadTempArgs,CopyArgString,CopyArgPHPString,CopyArgRound,CopyArgSquare,CopyArgSharp>"<="|">="|"<=>" {

0 commit comments

Comments
 (0)