mirror of
https://github.com/php/php-src.git
synced 2024-12-02 22:34:55 +08:00
11 lines
165 B
PHP
11 lines
165 B
PHP
--TEST--
|
|
Assignment to invalid list() value
|
|
--FILE--
|
|
<?php
|
|
|
|
[42] = [1];
|
|
|
|
?>
|
|
--EXPECTF--
|
|
Fatal error: Assignments can only happen to writable values in %s on line %d
|