summaryrefslogtreecommitdiff
path: root/Zend/tests/attributes/026_unpack_in_args.phpt
blob: d7528b5114cb1015b81e85c1f3729f53859ee43e (plain)
1
2
3
4
5
6
7
8
9
10
11
--TEST--
Cannot use unpacking in attribute argument list
--FILE--
<?php

#[MyAttribute(...[1, 2, 3])]
class Foo { }

?>
--EXPECTF--
Fatal error: Cannot use unpacking in attribute argument list in %s on line %d