summaryrefslogtreecommitdiff
path: root/Zend/tests/attributes/015_property_group.phpt
blob: 52e3b0a92a8d7e682fd061640dd4cd0292299e92 (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