Annotation of embedaddon/php/Zend/tests/list_006.phpt, revision 1.1.1.1

1.1       misho       1: --TEST--
                      2: Testing nested list() with empty array
                      3: --FILE--
                      4: <?php
                      5: 
                      6: list($a, list($b, list(list($d)))) = array();
                      7: 
                      8: ?>
                      9: --EXPECTF--
                     10: Notice: Undefined offset: 1 in %s on line %d
                     11: 
                     12: Notice: Undefined offset: 1 in %s on line %d
                     13: 
                     14: Notice: Undefined offset: 0 in %s on line %d

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>