1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 12:42:29 +02:00
Files
archived-php-src/tests/classes/constants_error_002.phpt
2014-04-11 20:13:24 +02:00

13 lines
144 B
PHP

--TEST--
Error case: class constant as an array
--FILE--
<?php
class myclass
{
const myConst = array();
}
?>
===DONE===
--EXPECTF--
===DONE===