@@ -524,8 +524,8 @@ |
||
524 | 524 | # partly taken from https://github.com/symfony/polyfill-php56/blob/master/Php56.php#L45-L51 |
525 | 525 | $ret = 0; |
526 | 526 | for ($i = 0; $i < strlen($str1); ++$i) { |
527 | - $ret |= ord($str1[$i]) ^ ord($str2[$i]); |
|
528 | - } |
|
527 | + $ret |= ord($str1[$i]) ^ ord($str2[$i]); |
|
528 | + } |
|
529 | 529 | return 0 === $result; |
530 | 530 | } |
531 | 531 | } |