1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-11-27 04:34:45 +01:00

Merge branch '2.0-is-prime'

This commit is contained in:
terrafrost 2017-11-22 19:52:49 -06:00
commit 88b34382f9

View File

@ -1315,7 +1315,7 @@ abstract class PHP extends Engine
break;
}
}
$s = static::BASE * $i + $j - 1;
$s = static::BASE * $i + $j;
$r->rshift($s);
return $s;
}