<?php var_dump( 5.1 + 3.0, 5.1 - 3.0, 5.1 % 3.0, 5.1 * 3.0, 5.1 | 3.0, 5.1 & 3.0, 5.1 ^ 3.0, 5.1 << 3.0, 5.1 >> 3.0, 5.1 / 3.0, ~5.1, );
You have javascript disabled. You will not be able to edit any code.