3v4l.org

run code in 300+ PHP versions simultaneously
<?php $raw = [ '', 1, [ [ 'TradeID' => 15950315, 'Price' => 0.00000170, 'Type' => 'buy', 'Amount' => 712.85989430, 'Total' => 0.00121368, 'Time' => 1535337908, ], [ 'TradeID' => 15908375, 'Price' => 0.00000300, 'Type' => 'buy', 'Amount' => 574.71264368, 'Total' => 0.00172673, 'Time' => 1535022882, ] ] ]; $object = (object)$raw; $array = (array) $object; foreach ($array['2'] as $item) { echo $item['TradeID'] . "\n"; }

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
159.64 ms | 2531 KiB | 10 Q