<?php var_dump(false ?? 1); var_dump(true ?? 1); var_dump(null ?? 1);
You have javascript disabled. You will not be able to edit any code.