1
0
mirror of https://github.com/php/php-src.git synced 2026-04-06 23:53:30 +02:00
Files
archived-php-src/Zend/tests/list_006.phpt
Felipe Pena e35c457913 - New tests
2008-05-12 17:57:21 +00:00

15 lines
263 B
PHP

--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