Php7 null coalescing operator

Run Settings
LanguagePHP
Language Version
Run Command
<?php $a = ["foo" => "bar"]; $x = $a["foo"] ?? "default x"; $y = $a["bar"] ?? "default y"; echo "x: $x\n"; echo "y: $y\n";
Editor Settings
Theme
Key bindings
Full width
Lines