quasilyte opened this issue 5 years ago · 0 comments
Input:
<?php $x[0] = $y[0];
pattern: $x = $x.
$x = $x
Actiual: The pattern matches given snippet. Exepected: It should not.