summaryrefslogtreecommitdiff
path: root/Zend/tests/grammar/regression_012.phpt
blob: 817f337a5c80d90246430682da6a8885970e3cc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
Testing for regression on const list syntax and arrays
--FILE--
<?php

class A {
    const A = [1, FOREACH];
}

?>
--EXPECTF--
Parse error: syntax error, unexpected 'FOREACH' (T_FOREACH), expecting ']' in %s on line %d