<?php $a = ['a', 'b']; $b = iterator_to_array($a); var_dump($b);
You have javascript disabled. You will not be able to edit any code.