summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_094.phpt
blob: 03b8f62885f4600092686558cf30081191e2d459 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--TEST--
Type group use declarations should not allow override on inner items
--FILE--
<?php

// should throw syntax errors

use const Foo\Bar\{
    A,
    const B,
    function C
};
?>
--EXPECTF--
Parse error: syntax error, unexpected token "const", expecting "}" in %s on line %d