1 2 3 4 5 6 7 8 9
--TEST-- 059: Constant arrays --FILE-- <?php const C = array(); var_dump(C); --EXPECT-- array(0) { }