1--TEST--
2Intersection type parsing and by-ref parsing interaction with attributes
3--FILE--
4<?php
5
6class Test {
7    public X& #[Comment]
8        Z $p;
9}
10
11?>
12--EXPECTF--
13Parse error: syntax error, unexpected token "#[" in %s on line %d
14