File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -533,13 +533,13 @@ public function getGroupedOpcodes($context=3)
533
533
);
534
534
}
535
535
536
- if ($ opCodes [0 ][ 0 ] == 'equal ' ) {
537
- $ opCodes [0 ] = array (
538
- $ opCodes [0 ][ 0 ],
539
- max ($ opCodes [0 ][ 1 ], $ opCodes [0 ][ 2 ] - $ context ),
540
- $ opCodes [0 ][ 2 ],
541
- max ($ opCodes [0 ][ 3 ], $ opCodes [0 ][ 4 ] - $ context ),
542
- $ opCodes [0 ][ 4 ]
536
+ if ($ opCodes [' 0 ' ][ ' 0 ' ] == 'equal ' ) {
537
+ $ opCodes [' 0 ' ] = array (
538
+ $ opCodes [' 0 ' ][ ' 0 ' ],
539
+ max ($ opCodes [' 0 ' ][ ' 1 ' ], $ opCodes [' 0 ' ][ ' 2 ' ] - $ context ),
540
+ $ opCodes [' 0 ' ][ ' 2 ' ],
541
+ max ($ opCodes [' 0 ' ][ ' 3 ' ], $ opCodes [' 0 ' ][ ' 4 ' ] - $ context ),
542
+ $ opCodes [' 0 ' ][ ' 4 ' ]
543
543
);
544
544
}
545
545
@@ -582,7 +582,7 @@ public function getGroupedOpcodes($context=3)
582
582
);
583
583
}
584
584
585
- if (!empty ($ group ) && !(count ($ group ) == 1 && $ group [0 ][ 0 ] == 'equal ' )) {
585
+ if (!empty ($ group ) && !(count ($ group ) == 1 && $ group [' 0 ' ][ ' 0 ' ] == 'equal ' )) {
586
586
$ groups [] = $ group ;
587
587
}
588
588
You can’t perform that action at this time.
0 commit comments