<?php function willOutputSingle() { yield 'sameKey' => 'originalValue'; yield 'sameKey' => 'otherValue'; } var_dump( iterator_to_array( willOutputSingle() ) );
You have javascript disabled. You will not be able to edit any code.