summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_059.phpt
blob: 301a6fc8308ed7a24f22e0b8872b7ab2499c199d (plain)
1
2
3
4
5
6
7
8
9
--TEST--
059: Constant arrays
--FILE--
<?php
const C = array();
var_dump(C);
--EXPECTF--
array(0) {
}