1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 22:41:20 +02:00
Files
archived-php-src/Zend/tests/list_006.phpt
2020-07-10 21:05:28 +02:00

13 lines
221 B
PHP

--TEST--
Testing nested list() with empty array
--FILE--
<?php
list($a, list($b, list(list($d)))) = array();
?>
--EXPECTF--
Notice: Undefined array key 0 in %s on line %d
Notice: Undefined array key 1 in %s on line %d