Annotation of embedaddon/php/Zend/tests/ns_059.phpt, revision 1.1.1.1
1.1 misho 1: --TEST--
2: 059: Constant arrays
3: --FILE--
4: <?php
5: const C = array();
6: --EXPECTF--
7: Fatal error: Arrays are not allowed as constants in %sns_059.php on line 2
8: