summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_059.phpt
blob: ea66037b433a9d49bc11318d9d59c599dff3873e (plain)
1
2
3
4
5
6
7
8
--TEST--
059: Constant arrays
--FILE--
<?php
const C = array();
--EXPECTF--
Fatal error: Arrays are not allowed as constants in %sns_059.php on line 2