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

// should throw syntax errors

use const Foo\Bar\{
    A,
    const B,
    function C
};
--EXPECTF--
Parse error: syntax error, unexpected 'const' (T_CONST), expecting identifier (T_STRING) in %s on line 7