summaryrefslogtreecommitdiff
path: root/tests/classes/constants_error_002.phpt
blob: be27971b87af5cb61d5ba3b89515c263e07ccaee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
Error case: class constant as an array
--FILE--
<?php
  class myclass
  {
      const myConst = array();
  }
?>
--EXPECTF--

Fatal error: Arrays are not allowed in class constants in %s on line 4