summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_059.phpt
blob: b9fcfee5c02e262099c23aaa3cefbb6c357df9ef (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
059: Constant arrays
--XFAIL--
Actually it's hard to test where the array comes from (property, constant, ...)
--FILE--
<?php
const C = array();
--EXPECTF--
Fatal error: Arrays are not allowed as constants in %sns_059.php on line 2