9 lines
187 B
PHP
9 lines
187 B
PHP
--TEST--
|
|
GH-11320: list() must not appear as a standalone array element
|
|
--FILE--
|
|
<?php
|
|
[list($a)];
|
|
?>
|
|
--EXPECTF--
|
|
Fatal error: Cannot use list() as standalone expression in %s on line %d
|