Annotation of embedaddon/php/Zend/tests/list_007.phpt, revision 1.1

1.1     ! misho       1: --TEST--
        !             2: Using lambda with list()
        !             3: --FILE--
        !             4: <?php
        !             5: 
        !             6: list($x, $y) = function() { };
        !             7: 
        !             8: var_dump($x, $y);
        !             9: 
        !            10: ?>
        !            11: --EXPECT--
        !            12: NULL
        !            13: NULL

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