1--TEST-- 2Argument unpacking in new arguments in const expr (not yet supported) 3--FILE-- 4<?php 5 6static $x = new stdClass(...[0]); 7 8?> 9--EXPECTF-- 10Fatal error: Argument unpacking in constant expressions is not supported in %s on line %d 11