fork download
  1. <?php
  2.  
  3. // your code goes here
  4. $x = 123;
  5.  
  6. $y = $x === 123 ?: 321;
Success #stdin #stdout 0.03s 25272KB
stdin
Standard input is empty
stdout
bool(true)