1--TEST-- 2059: Constant arrays 3--FILE-- 4<?php 5const C = array(); 6--EXPECTF-- 7Fatal error: Arrays are not allowed as constants in %sns_059.php on line 2 8 9