<?php $tickets = ['a', 'b'];unset($tickets[0]); echo $tickets[0];
Standard input is empty
Standard output is empty
PHP Notice: Undefined offset: 0 in /home/kJ7Xnb/prog.php on line 7
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!