list_010.phpt   [plain text]


--TEST--
Do not allow mixing [] and list()
--FILE--
<?php

list([$a]) = [[1]];
var_dump($a);

?>
--EXPECTF--
Fatal error: Cannot mix [] and list() in %s on line %d