Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d12b9fa

Browse files
fix "{$foo['bar']}"
1 parent b450ffe commit d12b9fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/parser/lexer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ PHP.Lexer = function( src, ini ) {
576576
type = 0;
577577

578578
if( curlyOpen > 0 ){
579-
if( match2 = match[0].match(/^[\[\]\;\:\?\(\)\!\.,円\>\<\=\+\-\/\*\|\&\{\}\@\^\%\"\'\$\~]/) ){
579+
if( match2 = match[0].match(/^[\[\]\;\:\?\(\)\!\.,円\>\<\=\+\-\/\*\|\&\{\}\@\^\%\$\~]/) ){
580580
results.push(match2[0]);
581581
}else{
582582
type = PHP.Constants.T_STRING;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /