php-src/Zend/tests/ns_059.phpt
2008-12-04 20:12:30 +00:00

9 lines
152 B
PHP
Executable File

--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