--TEST-- shifting strings left --FILE-- getMessage() . \PHP_EOL; } $s2 <<= 3; var_dump($s2); echo "Done\n"; ?> --EXPECTF-- int(492) Unsupported operand types: string << int Warning: A non-numeric value encountered in %s on line %d int(362760) Done