3v4l.org

run code in 300+ PHP versions simultaneously
<?php list( , , ) = array('a', 'b', 'c'); echo $b; echo $c;
Output for 7.0.0
Fatal error: Cannot use empty list in /in/qqQYT on line 3
Process exited with code 255.
Output for 5.5.24 - 5.5.35, 5.6.8 - 5.6.28
Notice: Undefined variable: b in /in/qqQYT on line 5 Notice: Undefined variable: c in /in/qqQYT on line 6

preferences:
162.88 ms | 1395 KiB | 35 Q