_From @mruz on January 24, 2014 11:43_ It would be nice to can use _list()_: ```zep var width, height; list(width, height) = getimagesize(value["tmp_name"]); ``` _Copied from original issue: phalcon/zephir#105_