ru_php/Zend/tests/array_unpack/in_destructuring_2.phpt

11 lines
216 B
PHP

--TEST--
Spread operator is not supported in destructuring assignments (only spread)
--FILE--
<?php
[...$x] = [1, 2, 3];
?>
--EXPECTF--
Fatal error: Spread operator is not supported in assignments in %s on line %d