3v4l.org

run code in 500+ PHP versions simultaneously
<?php $arr = [ [ 'slug' => 'products-services-pricing', 'text' => 'Products/Services and Pricing', ], [ 'slug' => 'promotions-plan', 'text' => 'Promotions Plan', ], ...(1 == 1) ? [ ['slug' => 'distribution-plan', 'text' => 'Distribution Plan'] ] : [], ]; var_export($arr); echo "\n---\n"; $arr = [ [ 'slug' => 'products-services-pricing', 'text' => 'Products/Services and Pricing', ], [ 'slug' => 'promotions-plan', 'text' => 'Promotions Plan', ], ...(1 == 2) ? [ ['slug' => 'distribution-plan', 'text' => 'Distribution Plan'] ] : [], ]; var_export($arr);

preferences:
93.1 ms | 1360 KiB | 5 Q