summaryrefslogtreecommitdiff
path: root/Zend/tests/grammar/regression_012.phpt
blob: 4e3e175b41ae697abba19254becea256dff73129 (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 token "foreach", expecting "]" in %s on line %d