<?php

$a = [];
$result = $a['x'] ?? 100;
var_dump($result);
