Prevent an equality check from being optimized away

We were depending on a side effect of the string conversion
Esse commit está contido em:
Mark Williams
2013-04-19 15:30:53 -07:00
commit de Sara Golemon
commit 29ff6382e2
+1
Ver Arquivo
@@ -14,6 +14,7 @@ function wat() {
$l = array($z, $z);
$y = $k == $z;
$k = null;
return $y;
}
try { wat(); }