Prevent an equality check from being optimized away
We were depending on a side effect of the string conversion
Esse commit está contido em:
@@ -14,6 +14,7 @@ function wat() {
|
||||
$l = array($z, $z);
|
||||
$y = $k == $z;
|
||||
$k = null;
|
||||
return $y;
|
||||
}
|
||||
|
||||
try { wat(); }
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário