<?php $x = []; array_unshift($x, 'a'); array_unshift($x, 'b'); array_unshift($x, 'c'); var_dump($x);
You have javascript disabled. You will not be able to edit any code.