DEBSOURCES
Skip Quicknav
sources / php5 / 5.6.7%2Bdfsg-1 / Zend / tests / list_007.phpt
12345678910111213
--TEST-- Using lambda with list() --FILE-- <?php list($x, $y) = function() { }; var_dump($x, $y); ?> --EXPECT-- NULL NULL