3v4l.org

run code in 300+ PHP versions simultaneously
<?php $brin = 'Gynzy'; $salesorderid = 2562; $aantal = 4; $product_id = 45; // $array_product [$i]["id"]= $row_product->id; // $array_product [$i]["name"]= $row_product->name; // $i++; $hallo = [ 'brin' => $brin, 'salesorderid' => $salesorderid ]; $hallo['productlines'] = ['quantity' => 5] ; $hallo['productlines'] = ['quantity' => $aantal] ; print_r ($hallo); ?>

preferences:
70.14 ms | 402 KiB | 5 Q