-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /proc/thread-self/root/usr/src/php/Zend/tests/
File Upload :
Current File : //proc/thread-self/root/usr/src/php/Zend/tests/list_007.phpt

--TEST--
Using lambda with list()
--FILE--
<?php

list($x, $y) = function() { };

var_dump($x, $y);

?>
--EXPECT--
NULL
NULL

Copyright © 2017 || Recoded By Mr.Bumblebee