hello!
after doing the following:
PHP Code:
temp.a = 2;
echo(temp.a);
temp.a &= ~2;
echo(temp.a);
this is being output:
on clientside however it outputs:
are bitwise operations broken on serverside or am i going senile?
if they are broken this should be fixed
asap