summaryrefslogtreecommitdiff
path: root/Zend/tests/attributes/015_property_group.phpt
blob: b84ded8c38d6dd640fc50e8c871e889b6981dd2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
Attributes cannot be applied to groups of properties.
--FILE--
<?php

class C1
{
    #[A1]
    public $x, $y;
}

?>
--EXPECTF--
Fatal error: Cannot apply attributes to a group of properties in %s