View Single Post
  #1  
Old 08-15-2014, 08:08 PM
Jakov_the_Jakovasaur Jakov_the_Jakovasaur is offline
Deleted by Darlene159
Jakov_the_Jakovasaur's Avatar
Join Date: Sep 2013
Location: Deleted by Darlene159
Posts: 358
Jakov_the_Jakovasaur has much to be proud ofJakov_the_Jakovasaur has much to be proud ofJakov_the_Jakovasaur has much to be proud ofJakov_the_Jakovasaur has much to be proud ofJakov_the_Jakovasaur has much to be proud ofJakov_the_Jakovasaur has much to be proud ofJakov_the_Jakovasaur has much to be proud of
Exclamation bitwise operations no longer working serverside!

hello!

after doing the following:

PHP Code:
  temp.2;
  echo(
temp.a);
  
temp.&= ~2;
  echo(
temp.a); 
this is being output:

PHP Code:
2

on clientside however it outputs:

PHP Code:
2

are bitwise operations broken on serverside or am i going senile?

if they are broken this should be fixed asap
__________________
This signature has been deleted by Darlene159.
Reply With Quote