3v4l.org

run code in 300+ PHP versions simultaneously
<?php $valArr = array(); $companyArr = array( 'name' => '', 'description' => '', ); $priceArr = array( 'currentPrice' => '', 'exch_name' => '', 'exch_symbol' => '', ); $otherTrxArr = array( 'otherTrx' => '', ); $valArr = $companyArr + $priceArr + $otherTrxArr; print_r($valArr);

preferences:
24.8 ms | 402 KiB | 5 Q