fork download
  1. <?php
  2.  
  3. $cache = ['bar'];
  4. echo $cache[1] ?: 'foo';
Success #stdin #stdout #stderr 0.02s 24572KB
stdin
Standard input is empty
stdout
foo
stderr
PHP Notice:  Undefined offset: 1 in /home/67aRwS/prog.php on line 4