php-src/Zend/tests/ns_059.phpt
2012-10-10 10:27:49 +08:00

9 lines
152 B
PHP

--TEST--
059: Constant arrays
--FILE--
<?php
const C = array();
--EXPECTF--
Fatal error: Arrays are not allowed as constants in %sns_059.php on line 2