<?php // your code goes here $x = '';$y = $x ?? null;$z = $x ?: null; var_dump($y, $z);
Standard input is empty
string(0) "" NULL
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!