summaryrefslogtreecommitdiff
path: root/Zend/tests/list_006.phpt
blob: f5f5970be4983cf8df7def029f6f7a032770cf9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
Testing nested list() with empty array
--FILE--
<?php

list($a, list($b, list(list($d)))) = array();

?>
--EXPECTF--
Notice: Undefined offset: 1 in %s on line %d

Notice: Undefined offset: 1 in %s on line %d

Notice: Undefined offset: 0 in %s on line %d