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