ns_059.phpt   [plain text]


--TEST--
059: Constant arrays
--FILE--
<?php
const C = array();
var_dump(C);
--EXPECT--
array(0) {
}