<?php $arr = [ 'one' => 'one', 'two' => 'two',// 'three' => 'three']; $val = $arr['three'] ?? 'n/a';echo "val: $val";
Standard input is empty
val: n/a
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!