@@ -33,7 +33,7 @@  | 
                                                    ||
| 33 | 33 |      { | 
                                                        
| 34 | 34 |          if (isset($tokens[$i + 2][1])) { | 
                                                        
| 35 | 35 | $namespace = $tokens[$i + 2][1];  | 
                                                        
| 36 | -            for ($j = $i + 3;; $j += 2) { | 
                                                        |
| 36 | +            for ($j = $i + 3; ; $j += 2) { | 
                                                        |
| 37 | 37 |                  if (isset($tokens[$j]) && $tokens[$j][0] == T_NS_SEPARATOR) { | 
                                                        
| 38 | 38 | $namespace .= '\\' . $tokens[$j + 1][1];  | 
                                                        
| 39 | 39 |                  } else { |