3v4l.org

run code in 300+ PHP versions simultaneously
<?php $pricingSlot['0']['type'] = 'he'; $pricingSlot['0']['max'] = '5'; $pricingSlot['0']['min'] = '1'; $pricingSlot['1']['type'] = 'she'; $pricingSlot['1']['max'] = '15'; $pricingSlot['1']['min'] = '2'; print_r($pricingSlot); //$pricingSlot1[0][type] = 'he'; //$pricingSlot1[0][max] = '5'; //$pricingSlot1[0][min] = '1'; //$pricingSlot1[1][type] = 'she'; //$pricingSlot1[1][max] = '15'; //$pricingSlot1[1][min] = '2'; //print_r($pricingSlot1); foreach($pricingSlot as $key => $value) { print_r($value); } ?>

preferences:
27.15 ms | 402 KiB | 5 Q