<?php $inputs = array( "apple" => 8, "banana" => 0 ); $big = []; foreach($inputs as $key => $value){ $big[] = [$key, $value, 'leeloo']; } print_r($big);
You have javascript disabled. You will not be able to edit any code.