new_arg_unpack.phpt 235 B

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