<?php $userId = null; is_null($userId) && $userId = 5; var_dump($userId); $carId = null; if (is_null($carId)) { $carId = 5; } var_dump($carId);
You have javascript disabled. You will not be able to edit any code.