ru_php/Zend/tests/namespaces/ns_059.phpt

11 lines
104 B
Plaintext
Raw Permalink Normal View History

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