<?php $y = null; $z = 5; var_dump((int) $y ?? $z);
You have javascript disabled. You will not be able to edit any code.