summaryrefslogtreecommitdiff
path: root/Zend/tests/constant_expressions_invalid_offset_type_error.phpt
blob: 52d2194e2617c0f2ad0368eb3d5180e4e67736d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
Can't use arrays as key for constant array
--FILE--
<?php

const C1 = 1; // force dynamic evaluation
const C2 = [C1, [] => 1];

?>
--EXPECTF--
Fatal error: Uncaught Error: Illegal offset type in %s:%d
Stack trace:
#0 {main}
  thrown in %s on line %d