<?php $zahl = 0b010; $zahl = ~$zahl; echo "{$zahl}: " . decbin($zahl) . PHP_EOL;
You have javascript disabled. You will not be able to edit any code.