php-src/Zend/tests/list_empty_error.phpt

11 lines
157 B
Plaintext
Raw Normal View History

--TEST--
Empty list() assignments are not allowed
--FILE--
<?php
list(,,,,,,,,,,) = [];
?>
--EXPECTF--
Fatal error: Cannot use empty list in %s on line %d