3v4l.org

run code in 300+ PHP versions simultaneously
<?php $products = (object)array("barrels"=>array("chemID"=> 1, "catID" => 1),array("chemID"=> 2, "catID" => 1)); $carts = (object)array(array("chemID"=> 1, "catID" => 4),array("chemID"=> 2, "catID" => 4), array("chemID"=> 2, "catID" => 1)); var_dump($products); foreach($products as $key=>$value) { echo $key; }

preferences:
34.47 ms | 402 KiB | 5 Q