<?php $getTaxRates = function () { yield 1.15 => 'reduced'; yield 1.21 => 'standard'; }; var_dump(iterator_to_array($getTaxRates()));
You have javascript disabled. You will not be able to edit any code.